Can I create a contact in Eloqua from javascript?

Is there a way to create a contact in Eloqua directly from javascript on my web page (instead of using the REST API callback)?

I can do this in Marketo with my javascript munchkin library by calling associateLead, as described in this question: Updating the leading information in marketo , and I'm curious if there is a similar way to do this for Eloqua.

+4
source share

Source: https://habr.com/ru/post/1659662/


All Articles