Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Collections and Recovery
Run the Actionable Event Orchestration by Using Connect API

Run the Actionable Event Orchestration by Using Connect API

Use the /connect/orchestration/inbound-events Connect API to determine collection plan segments by using the actionable event orchestration you created earlier.

Required Editions

Available in: Lightning Experience
Available in: View product and edition availability.
User Permissions Needed
To run an actionable event orchestration using the Connect API: Actionable Event Orchestration Runtime
  1. From Setup, in the Quick Find box, enter Decision Tables, and then select Decision Tables.
  2. Click Filter and Match Actionable Event Orchestrations.
  3. Click Refresh.
  4. Run the endpoint /services/data/v62.0/connect/orchestration/inbound-events and specify the parameters.
    {
    "sourceSystemIdentifier": "CollectionAEOId",
    "type": "CollectionEvent",
    "subtype": "CollectionPlanEvent",
    "eventData": "{\"CollectionPlan\":[{\"id\":\"1EuZ6000000CaRqKAK\",\"businessObjectType\":\"CollectionPlan\"}]}"
    }
    1. For sourceSystemIdentifier, specify the name of the actionable event orchestration.
    2. For type, enter the event type that you created earlier.
    3. For subtype, enter the event subtype that you created earlier.
    4. For eventData, enter the ID of the Collection Plan object.
    5. For businessObjectType, enter Collection Plan.
 
Loading
Salesforce Help | Article