Post Data to External Systems (Open Beta): Summer'23 Salesforce Release
Customer Need
Organizations need a way to declaratively add Salesforce data to external systems to reduce the dependency on developers.
Solution / How To Configure
Create a reusable HTTP Callout action and use POST to perform a callout that adds resource to any HTTP-based API. To set Request Body, create resource and select Apex-defined type that parses the action’s Body. Then add an Assignment element, select the output variable from the previous step and map each body field.
Use Case
Add records to ext. system when products are added to Salesforce.
Add leads and contacts to external marketing automation tool.
Process a payment transaction through an ext payment gateway.
Impact
Reduce code
Increase productivity

Comments