How to create a custom webhook and trigger for a custom object in marketo | Community
Skip to main content
August 5, 2016
Question

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

  • August 5, 2016
  • 3 replies
  • 1489 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

August 5, 2016

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

August 11, 2016

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

August 11, 2016

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
August 11, 2016

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.