Using Callout Templates
Using Callout Templates
There are six unique ways to use a Callout Template in your Salesforce org. You can implement a button on the record page, add it to a Visual Flow, automatically trigger it in Process Builder or Record-Triggered Flow, schedule it to run periodically or run using Apex.
This section guides you on how to set up each of these options.
- Make the call from a screen flow
- Make a call in a record-triggered flow
- Make a call in a flow, as a synchronous call to use the response body inside the flow
- Run it periodically from a scheduled job
- Run it from a custom button on a record page layout
- Run it from Apex code
- Make a call from Process Builder (deprecated)