API Docs / Operations / Scheduled Sends / Update Scheduled Send

Update Scheduled Send

PUT /tenants/{tenant}/scheduled-sends/{code}

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "scheduledAt": "2024-01-01T00:00:00Z",
  "payload": {
    "configCode": "string",
    "email": "...",
    "reply": "...",
    "replyToMessageId": "00000000-0000-0000-0000-000000000000",
    "taskCode": "string"
  }
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found