Post from Marketo to Eloqua via webhook | Community
Skip to main content
Level 2
January 30, 2019
Question

Post from Marketo to Eloqua via webhook

  • January 30, 2019
  • 2 replies
  • 2073 views

Hi all - I found an old discussion stating it was possible to post to Eloqua from Marketo via webhook, but I'm having a hard time formatting the Marketo Webhook Payload to be accepted by Eloqua. We keep getting a 200 error. Can anyone share with me the format we should use in the payload section in Marketo to get a successful post? Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
Level 10
January 31, 2019

Show me the form you're posting to.

Jay_Jiang
Level 10
January 31, 2019
We keep getting a 200 error.

HTTP code 200 is OK or success.

SanfordWhiteman
Level 10
January 31, 2019

(Well, unless it wraps an error code, as with many APIs.)

SanfordWhiteman
Level 10
January 31, 2019

... looked into this and indeed the Eloqua forms endpoint returns an HTTP 200 even when there was a validation error, as long as the endpoint protocol + host + path were correct.

Not that it should do this, but it doesn't even pretend to be RESTful, so it happens.