API call from Marketo to 3rd part | Community
Skip to main content
Level 4
May 7, 2015
Solved

API call from Marketo to 3rd part

  • May 7, 2015
  • 2 replies
  • 1472 views
Hi

Im working on a project that requires us to sent two data values to a 3rd part software company.

Case: 
We have a 'my page' for each user, if they uncheck a specific boolean, this value needs to be sent via SOAP or REST to a 3rd party so they can use the data.

Is this possible? 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman
You can use a Webhook, which is Marketo's outbound API: search the developer docs. In this particular case you might also consider posting to your 3rd-party service directly from the browser (provided it's cross-domain compatible) so you don't do anything from the Marketo server itself.

2 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
May 7, 2015
You can use a Webhook, which is Marketo's outbound API: search the developer docs. In this particular case you might also consider posting to your 3rd-party service directly from the browser (provided it's cross-domain compatible) so you don't do anything from the Marketo server itself.
Level 4
May 7, 2015
That makes sence, thanks for the advice