SFDC - triggering off Salesforce custom object changes | Community
Skip to main content
KCS_Integration
Level 2
February 8, 2018

SFDC - triggering off Salesforce custom object changes

  • February 8, 2018
  • 1 reply
  • 1902 views
Issue Description
Marketo can now trigger off of changes to Marketo custom objects - docs.marketo.com/display/public/DOCS/Trigger+Off+Custom+Object+Changes - but that functionality doesn't work for Salesforce custom objects.

Issue Resolution
A workaround that can allow for this to happen is to set up a Marketo custom object that mirrors the SFDC object, then use Apex triggers in SFDC to push the information for the SFDC object to the Marketo object - developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST.



In essence, this maps the SFDC object to the Marketo one, and any changes made on the SFDC side will get pushed to Marketo, and can then be triggered off of in your campaigns.

Who This Solution Applies To
SFDC integrations with Salesforce custom objects

1 reply

SanfordWhiteman
Level 10
February 8, 2018

I find this suggestion to be inconsistent with Marketo's API limits. If you're suggesting that every create/update to an SFDC CO consumes a Marketo API call this is extremely reckless and not a real-world solution.