简体   繁体   中英

Can I create a contact in Eloqua from javascript?

Is there a way to create a contact in Eloqua directly from the javascript in my web page (rather than using a backend REST API call)?

I can do this in Marketo with their munchkin javascript library by calling associateLead as described in this question: Updating Lead Info in marketo , and am curious if there is a similar way to do this for Eloqua.

CORS is not enabled in Eloqua. You'll have to use a backend call to:

One way to create a contact directly on a web page is using a blind form submit .

Here is an AJAX example .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM