Calling Marketo SOAP API from Salesforce APEX Classes !

CEO

We know about Marketo and its having a deep Salesforce integration.  Recently I came across a new requirement to call Marketo SOAP API from Apex. You must be thinking this process is pretty straightforward, but it required me a bit of effort to make it working, so thought of sharing this via blog and code on GIT, so that other busy developers can fork/reuse and save some time :)

I started falling in love with github.com, so the two core classes involved in this prototype are available there. 

Read More: https://abhinav.fyi/calling-marketo-soap-api-from-salesforce-apex-classes/

Abhinav Gupta

First Indian Salesforce MVP, rewarded Eight times in a row, has been blogging about Salesforce, Cloud, AI, & Web3 since 2011. Founded 1st Salesforce Dreamin event in India, called “Jaipur Dev Fest”. A seasoned speaker at Dreamforce, Dreamin events, & local meets. Author of many popular GitHub repos featured in official Salesforce blogs, newsletters, and books.

https://abhinav.fyi
Previous
Previous

Apex inheritance – Extending managed package abstract/virtual classes & interfaces !

Next
Next

How to read cookies set by JavaScript in Apex/Visualforce controller !