Dispatches
Dispatches
API endpoints for managing dispatches.
The Dispatch Object
The dispatch object represents a scheduled message or action to be sent to a list of contacts.
Attributes
Attribute | Type | Description |
---|---|---|
id | string | Unique identifier for the dispatch. |
name | string | The name of the dispatch. |
status | string | The status of the dispatch (e.g., draft , scheduled , sent ). |
agentId | string | The ID of the agent associated with this dispatch. |
crmScenarioId | string | The ID of the CRM scenario. |
crmStepId | string | The ID of the CRM step. |
scheduledAt | string | The ISO 8601 date-time string for when the dispatch is scheduled. |
templateMessage | string | The message template to be sent. |
interval | integer | The interval in minutes for sending messages. |
createdAt | string | The ISO 8601 date-time string for when the dispatch was created. |
updatedAt | string | The ISO 8601 date-time string for when the dispatch was last updated. |
Was this page helpful?