Dispatch Resources

Overview

Dispatches resources to a job and notifies them

Category: Allocations

Use this action to dispatch resources to a job and notify them. This assigns resources to the job and sends notifications (for example, SMS or push).

Request

Parameter Type Required Description Example
jobId string Yes The ID of the job 0014ccb7-73ad-40e1-9282-2c492a0f313a
resourceIds array of string Yes The IDs of the resources to dispatch
Min items: 1
["00148d32-10ef-4264-adfe-0ff3ece68d92"]

Response

This action’s output is available as $dispatchResources in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.

Field Type Description
result.data.uid1, result.data.uid2, … string UIDs of the affected records

Example output:

{
  "uid1": "0014ccb7-73ad-40e1-9282-2c492a0f313a",
  "uid2": "00148d32-10ef-4264-adfe-0ff3ece68d92"
}