Update Scheduled Send
Reschedules a pending scheduled send and optionally replaces its editable payload content. Routing references (task/step, document request, form, broadcast) cannot be changed. Only Scheduled and Failed rows can be updated.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
Request Body*
{
"scheduledAt": "2024-01-01T00:00:00Z",
"payload": {
"configCode": "string",
"email": "...",
"reply": "...",
"replyToMessageId": "00000000-0000-0000-0000-000000000000",
"taskCode": "string"
}
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found