SOLVED

Capability of API Calls from SFDC to Marketo

Go to solution
Chris_Saporito
Level 9

Capability of API Calls from SFDC to Marketo

We have a project in the works that would like to use a SFDC application, CloudCoach project management tool, to trigger emails in Marketo. Our team wants to trigger emails from changes within this project management application, the issue is that the information from the application is not mapped to any contact or account objects.

One of our SFDC developers asked if we could send an API call from SFDC to Marketo that would be used as a trigger for the email to be sent. This seems doable and if so, are we able to pass information in that API call to populate a field? The request is to use the same API call to populate a field or two that would token into the email being triggered.

The business need is to get clients using our product, but sometimes they have not performed required steps to be able to do so. In this case we would like to send the email and token in the missing steps required to get them started. But again, these project objects aren't mapped to contacts or accounts and are't visible to Marketo.

1 ACCEPTED SOLUTION

Accepted Solutions
Steven_Vanderb3
Marketo Employee

Re: Capability of API Calls from SFDC to Marketo

You can build an integration to use the Request Campaign REST endpoint to call a smart campaign to send an email.  It has parameters for token values that could populate your email.  http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#/Campaig...

View solution in original post

1 REPLY 1
Steven_Vanderb3
Marketo Employee

Re: Capability of API Calls from SFDC to Marketo

You can build an integration to use the Request Campaign REST endpoint to call a smart campaign to send an email.  It has parameters for token values that could populate your email.  http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#/Campaig...