I am trying to create a custom webhook for custom object ?can any body tell me how to create and how trigger custom webhooks?
Hi Chetan,
Here are few links where you can find your solution.
syncCustomObjects » Marketo Developers
Let me know if these help.
Thanks
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.
for Custom objects i wanted to know if we can create a trigger/webhooks.
are you trying to push data into a custom object using webhook?