Integration

Listen to your platform event

Listen to your Salesforce Platform Event using Python

Leverage Python open source libraries to monitor Salesforce Platform Events If you already have experienced Salesforce Platform Event feature, you have probably been looking here and there for some sort of tool to help you catching your Platform Event, and displaying the payload in real time. This is useful especially for troubleshooting, to help identifying …

Listen to your Salesforce Platform Event using Python Read More »

Connect two Salesforce org

Connect two Salesforce Orgs using OAuth2 authentication

Use Case: You need to access data hosted on another Salesforce Org from your own Salesforce Org, to perform any type of operations It often happens that you have available in another sandbox some data which you’d like to fetch, manipulate and get loaded into another Salesforce org in the blink of an eye, by …

Connect two Salesforce Orgs using OAuth2 authentication Read More »

Salesforce Postman OAUTH2 authentication flow

Test OAuth 2.0 Authorization Flows with Postman

Use Case: You have created an API user and a Connected App and you want to validate the connectivity before sending the credentials to the tierce application Before diving into the details, let’s recap and remind the basics around integrations.Integrating your Salesforce application to an external application is always an additional risk for the security …

Test OAuth 2.0 Authorization Flows with Postman Read More »

Salesforce blog catch logs from API user

Learn how to catch logs from your Salesforce API user

Use case: latencies reported while testing the integration You are involved in a project where an inbound or outbound integration with a third party application to/from Salesforce has been built. As part of the test phase, the integration team is reporting latencies when Salesforce APIs are called to trigger a business process and is asking …

Learn how to catch logs from your Salesforce API user Read More »

Salesforce blog setup API user

How to setup your Salesforce API user for a scalable design

What is an API user – or integration user? An API user is also sometimes called an integration user. This is a technical user created and shared with an external application in order to grant access to Salesforces APIs and to a specific set of ressources (objects, fields, CRUD permissions…). Having a dedicated user for …

How to setup your Salesforce API user for a scalable design Read More »