INTEGRATION
Learn how to integrate Salesforce with external systems and tools. Discover step-by-step guides, best practices, and use cases.

Salesforce Mock in Apex Tests
Executing tests takes forever? You don’t have integrations in development environments? Your tests give different results depending on the instance? No worries, check if you can benefit from Mocking or Stubbing in your tests and more!
Senior Salesforce Developer

Salesforce OAuth 2.0 Flows: Integrate in the right way
TL;DR I just want to know which flow to use If you’re short on time or just want to know what flow is for you, just go here. Introduction Brief Overview OAuth, which stands for Open Authorization, is an open-standard protocol that provides users with secure access to resources on an application, such as Salesforce, […]
Salesforce Technical Architect

Future vs Queueable
In Apex, for a long time, a go to Asynchronous method was @Future annotation. Meanwhile, Queueable interface got built up with many useful tools to help developers. Is Queueable better now? Where does it stand in comparison to the @Future? Are there use cases when @Future is still valid? This guide will help you learn everything you need to know about using Asynchronous technologies.
Senior Salesforce Developer

Client Credentials custom Auth. Provider
Do you need to use Client Credentials flow? Or you are just wondering how to create one? Check this step-by-step guide with example on building custom Auth. Provider for Client Credentials. Contains a real life example using PayU API.
Senior Salesforce Developer

Web-to-Anything: Secure Forms with FormAssembly
Learn how to build secure web-to-anything Salesforce forms using FormAssembly.
Author

Salesforce To Google REST API Integration
Integrate your Salesforce environment with Google by REST API. Check the completed integration guide.
Senior Salesforce Developer
Showing 6 of 6 results