Post data from Marketo to another program - Please help ASAP Thanks! | Community
Skip to main content
October 11, 2017
Question

Post data from Marketo to another program - Please help ASAP Thanks!

  • October 11, 2017
  • 1 reply
  • 1075 views

Hi,

  Just want to know, it's any possible post data from Marketo to another program or server ?

  For example, I built a registration form in Marketo and bind to my website, I want to post the form data to another server when the user click submit/confirm button, it's there any function or action in Marketo can do that ?

Cheers,

Leo

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

1 reply

SanfordWhiteman
Level 10
October 11, 2017

You can do this one of two ways:

  • Post the form data from the Marketo servers using a webhook from a trigger Smart Campaign.
  • Post the form data from the client (browser) in a Forms API onSuccess function. This will require that your other server accepts cross-origin POSTs.
October 11, 2017

Got it, thanks!