Webhook for single form, but multiple MKTO instances

Anonymous
Not applicable

Webhook for single form, but multiple MKTO instances

Is there anyone out there that can speak to how to set-up a webhook to be triggered when a user fills out a form and based on which country they select they will be sent to the proper MKTO instance - NA or EU?

I know HTML, CSS, etc, but am not up-to-date on webhooks or the programming the likes of this.  Anyone have a step-by-step guide, of sorts, on how to get this in place?

Thanks,
Mike
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: Webhook for single form, but multiple MKTO instances

Here is documentation on the developers site about webhooks:

http://developers.marketo.com/documentation/webhooks/

I am not sure I understand your use case. Could please clarify if you are trying to trigger a webhook after form submission based on certain input from the user? 
Anonymous
Not applicable

Re: Webhook for single form, but multiple MKTO instances

Well, technically, we will have two scenarios:

1). We have one trial form that will be used globally, however, if the user picks US or CA as their country, the lead would go into our NA instance, and if the user picks a Eurpoean country it will go to our EU instances.  If a user selects AU - this would need to send the info to our AU partners SalesForce instance.

2). We will have one trial form for mulitple products, and need the form to know which trial, based on page, to serve up to the user.
Anonymous
Not applicable

Re: Webhook for single form, but multiple MKTO instances

This is a great use case for workspaces and partitions: https://community.marketo.com/MarketoArticle?id=kA050000000LK8VCAW . That way, when a lead fills out your form, you can assign them to the correspodning NA or EU partition: https://community.marketo.com/MarketoArticle?id=kA050000000KyxJCAS .

Anonymous
Not applicable

Re: Webhook for single form, but multiple MKTO instances

Thanks Benjamin - these are concepts I did not know existed inside Marketo, however, I don't think they will help with the issue at hand.  I need to send a lead to the proper instance based on country, not keep them inside the wrong instance. From my understanding - the partition uses the same instance, just a "hidden" area within that instance.