Skip to main content
April 9, 2013
Question

Webhooks & Callback URLs

  • April 9, 2013
  • 3 replies
  • 1145 views
We're trying to get a form that's housed on our website to route to a list in Marketo to import those leads for followup.

The landing page and form were not built in Marketo, so we just want to redirect using the webhook from MailChimp (where the leads currently go) to Marketo to send the info.

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

3 replies

April 9, 2013
You can add/create a lead in Marketo using SOAP API, but not using Webhooks.  Marketo Webhooks can only be used to call out to other services and consume a synchronous response
April 11, 2013
Thanks, Raj. Looks we'll just have to build the API then. Was hoping for a quicker solution.
April 15, 2013
A popular method to get data to Marketo is by making a server side Post Call from your site to Marketo.  Here is a link with more details.