Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Integration Procedure Service Run
Input representation of the details to execute an integration procedure from
Apex.
- JSON example
-
1{ 2 "input": { 3 "inputs": [ 4 "{\"Name\": \"Get Account Details\"}" 5 ] 6 }, 7 "options": { 8 "ignoreCache": false 9 } 10} - Properties
-
Name Type Description Required or Optional Available Version input Integration Procedure Service Run Input Details to execute the integration procedure. Required 64.0 options Integration Procedure Service Run Options Optional parameters to refine the execution of the integration procedure. Optional 64.0