Webhooks & Callback URLs

Anonymous
Not applicable

Webhooks & Callback URLs

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?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Webhooks & Callback URLs

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
Anonymous
Not applicable

Re: Webhooks & Callback URLs

Thanks, Raj. Looks we'll just have to build the API then. Was hoping for a quicker solution.
Anonymous
Not applicable

Re: Webhooks & Callback URLs

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.