4

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.

Community
  • 1
  • 1
Jason
  • 225
  • 1
  • 7

2 Answers2

2

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

Oscar Fraxedas
  • 4,467
  • 3
  • 27
  • 32
0

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

Here is an AJAX example.

loupatrick
  • 106
  • 4