Re: Post data from Marketo to another program

Anonymous
Not applicable

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

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

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Post data from Marketo to another program

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

Re: Post data from Marketo to another program

Got it, thanks!