How to create a custom webhook and trigger for a custom object in marketo

Anonymous
Not applicable

I am trying to create a custom webhook for custom object ?can any body tell me how to create and how trigger custom webhooks?

4 REPLIES 4
Anonymous
Not applicable

Hi Chetan,

Here are few links where you can find your solution.

Webhooks » Marketo Developers

syncCustomObjects » Marketo Developers

Let me know if these help.

Thanks

SanfordWhiteman
Level 10 - Community Moderator

Ranvijay, webhooks cannot directly access Custom Objects, and direct loopback connections to API endpoints from webhooks will not work.

While adds/mods of COs can be used to trigger webhooks, management of Custom Object data cannot be done directly from webhooks.  The API work needs to be done via another tier.

Anonymous
Not applicable

for Custom objects i wanted to know if we can create a trigger/webhooks.

Anonymous
Not applicable

are you trying to push data into a custom object using webhook?