This article walk you through to securely connect to external APIs using bearer tokens in Salesforce, using the External Credentials to store the token and configure Named Credentials to pass it in API requests. After setup, register the external service using an OpenAPI schema to make its actions available in Flow Builder for automation.
Tag: Integration
The Apex code illustrates how to generate XML containing Account information and its related Contacts. It includes the Account details in the root tag and adds the Contacts within a
This article walk you through using the Slack API within Salesforce Apex. This contains an example of unarchiving the Slack channel using API: https://api.slack.com/methods/conversations.unarchive
This article has two apex invocable actions that can be invoked from the flow and other apex classes.
Integration between Salesforce and Stripe. Sample code to create an charge object in stripe using apex code. The apex code can be invoked from the flow.
