Integration Procedure Execution (POST)

Execute an integration procedure by using the name or ID of the integration procedure.
Resource
/connect/omni-global/integration-procedure/execute/id
Resource example
https://yourInstance.salesforce.com/services/data/v64.0/connect/omni-global/integration-procedure/execute/0jNxx000000005rFCC
Available version
64.0
HTTP methods
POST
Path parameter for POST
Parameter Name Type Description Required or Optional Available Version
id String Name or ID of the integration procedure. Required 64.0
Request body for POST
JSON example
{
  "input": {
    "inputs": [
      "{\"Name\": \"Get Account Details\"}"
    ]
  },
  "options": {
    "ignoreCache": false
  }
}
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
Response body for POST
Integration Procedure Execution Details