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!
Show me the form you're posting to.
We keep getting a 200 error.
HTTP code 200 is OK or success.
(Well, unless it wraps an error code, as with many APIs.)
... 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.