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

Anonymous
Not applicable

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

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

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

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

Anonymous
Not applicable

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

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

Anonymous
Not applicable

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

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

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

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.