Re: Using Webhooks

Anonymous
Not applicable

Using Webhooks

Does anyone know of any resources that can link me to how to use webhooks? I'm pretty new to this and I think this will add a lot of functionality to for our system...I just don't know what they're capable of yet.

Thanks!

RJ

3 REPLIES 3
Grégoire_Miche2
Level 10

Re: Using Webhooks

Hi Renel,

Marketo doc does a pretty good job: http://developers.marketo.com/webhooks/

-Greg

Anonymous
Not applicable

Re: Using Webhooks

Yep, the docs are the place to go it is fairly straightforward to use them (be wary however if your webhook returns XML as Marketo does not support reading Element attributes).  Also be aware that Webhooks are prioritized lowest in the queue when it comes to processing so backlogs and or slowness can occur if you are doing them in large batches.

SanfordWhiteman
Level 10 - Community Moderator

Re: Using Webhooks

You might read this blog post on one of the finer points of webhooks. In there, I make mention of one fundamental rule: field updates from webhooks will not be available until a Data Value Changes event has been triggered on the field. That is, updates are not available in the next step in the flow. 

More webhook-tagged posts to come on my blog.