Calling Marketo REST API from a webook | Community
Skip to main content
Grégoire_Miche2
New Participant
January 4, 2016
Solved

Calling Marketo REST API from a webook

  • January 4, 2016
  • 1 reply
  • 3346 views

Dear all,

Has anyone tried to Call Marketo REST API from a webhook ? I gather that this is not possible because of the Authentication issue, but I just wanted to know if anyone had ever tried and what were the outcomes.

-Greg

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

I have a question for you, what is the use case?  Are you using the webhooks to call a second instance of Marketo, or to update the same instance of Marketo?

If it is a different Instance, you can just use two webhooks, one to authenticate and one to perform the action.

If it is the same instance, then this will not be possible, you will have to call a webservice and then have that webservice relay the API calls.

1 reply

Accepted solution
January 4, 2016

I have a question for you, what is the use case?  Are you using the webhooks to call a second instance of Marketo, or to update the same instance of Marketo?

If it is a different Instance, you can just use two webhooks, one to authenticate and one to perform the action.

If it is the same instance, then this will not be possible, you will have to call a webservice and then have that webservice relay the API calls.

Grégoire_Miche2
New Participant
January 4, 2016

Hi Jamie,

It's the same instance.

I had come to that conclusion as well. Wanted to see if I had missed something.

Any idea of a platform to quickly and efficiently develop such web services ?

-Greg

Kenny_Elkington
New Participant
January 4, 2016

AWS Lambda​ seems to be becoming a popular choice for these types of small single-purpose services.  Load-balancing, environment and server-provisioning are completely abstracted away so you can focus on create the service that you want, without the infrastructure overhead.