Email Messages
Reschedule a scheduled email message
Moves an existing scheduled email to a new future send time. Only the delivery time (scheduled_at) changes; the message ID, content, recipients, tags, and metadata remain unchanged. Returns 409 Conflict if the message is no longer scheduled or its scheduled-send worker has already started processing it. This route emits no dedicated rescheduled event.
patch/email_messages/{email_id}/schedule
Path parameters
email_idstring uuid required
Email message UUID.
Request body
Response
Scheduled email rescheduled. The response matches the single-message GET representation.
Example response
{
"data": {
"recipient_statuses": {
"delivered": 998,
"bounced": 2
}
}
}Changes
Changed in 1 of the 99 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.