Salesforce Development: Integrations
Salesforce Developer Tutorial – How to create a custom REST Resource in Apex
Why This Is Useful Salesforce already gives you a REST API for your objects, and for a lot of integrations that’s plenty. But sometimes you need…
1 Sep 2021
4 min
Category
Salesforce Development: Integrations
Salesforce integration tutorials – Named Credentials, authentication flows and calling external services from Apex without hard-coding secrets.
5 posts
Salesforce Development: Integrations
Salesforce Developer Tutorial – How to create a custom REST Resource in Apex
Why This Is Useful Salesforce already gives you a REST API for your objects, and for a lot of integrations that’s plenty. But sometimes you need…
1 Sep 2021
4 min
Salesforce Development: Integrations
Salesforce Developer Tutorial: How to do Custom Authentications for Integrations in Apex
Why This Is Useful Most of the time, integrating with an external system means using Named Credentials and letting Salesforce handle authentication for you. That should…
3 Mar 2021
4 min
Salesforce Development: Integrations
Salesforce Developer Tutorial (Integrations): How to Send POST Requests In Apex
Why This Is Useful Sooner or later Salesforce needs to send data somewhere rather than just receive it. Pushing an Account to an ERP, notifying a…
17 Feb 2021
4 min
Salesforce Development: Integrations
Salesforce Developer Tutorial: How to use Wrapper Classes in Apex to Simplify your Integrations
Why This Is Useful You’re calling an external API. It sends you back a big pile of JSON. Now what? You could untangle it by hand…
4 Feb 2021
4 min
Salesforce Development: Integrations
Salesforce Development Tutorial: How to use Named Credentials to simplify your Apex Salesforce Integrations
Why should you bother using Named Credentials? In short, it’s gonna save you a bunch of time, code and unnecessary configuration, especially when you are authenticating…
19 Nov 2020
3 min