Sending & observability
email_reschedule_email
Move a still-SCHEDULED send to a new time (ISO or natural language).
write email_reschedule_email
Move a still-SCHEDULED send to a new time (ISO or natural language). Fails once the message has left the scheduled state.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
messageId | string | Yes | |
scheduledAt | string | Yes | New time: ISO timestamp or natural language ('in 3 hours'). |
projectId | string | No | Target company (project id). Org-scoped tokens only; call email_list_projects first. |