SOLVED

Re: Post Data from Form 2.0 to Marketo and Target Page

Go to solution
Anonymous
Not applicable

Re: Post Data from Form 2.0 to Marketo and Target Page

Hi David:
So when the user presses the submit button, we capture it into marketo, then use the webhook to post data from my form (made availble as tokens?) to my target URL? 
When I looked at webhooks, it looked like you could cal an external APi and return the response back to the user.

In our case, the page I am posting to needs to be the page that the user  navigates to next.
Is this doable? if so, please tell me how.
much appreciated.
thanks!
David_Klein
Level 2

Re: Post Data from Form 2.0 to Marketo and Target Page

The webhook call would be independent from the user experience.  The user would fill out Marketo form and would go to thank you page as dictated by the Marketo form.  You would then set up a smart campaign that executes a webhook call which submits to your proprietary form/API.  The trigger on the smart campaign would be on form submit.

Does your proprietary api/form generate a custom/personalized landing page for the user on submission?  If so, then you will likely have to use the Marketo APIs as suggested above or do the 2nd submission via JavaScript.