Re: Post from Marketo to Eloqua via webhook

Matt_Rushing1
Level 2

Post from Marketo to Eloqua via webhook

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!

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Post from Marketo to Eloqua via webhook

Show me the form you're posting to.

Jay_Jiang
Level 10

Re: Post from Marketo to Eloqua via webhook

We keep getting a 200 error.

HTTP code 200 is OK or success.

SanfordWhiteman
Level 10 - Community Moderator

Re: Post from Marketo to Eloqua via webhook

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

SanfordWhiteman
Level 10 - Community Moderator

Re: Post from Marketo to Eloqua via webhook

... 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.