hires_patch_message
Update specific parts of a scheduled message before it sends. Only the fields you include are modified, preserving all other settings.
Instructions
Partially update a scheduled message before send time. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Carbon-copy recipient email addresses. | |
| id | Yes | Message ID. | |
| to | No | Primary recipient email addresses. | |
| bcc | No | Blind carbon-copy recipient email addresses. | |
| body | No | Email body as HTML. | |
| subject | No | Email subject line. | |
| scheduled_at | No | Updated send time as a Unix timestamp in seconds. | |
| from_account_id | No | Sending mail account ID. If omitted, the API key owner's default mail account is used. | |
| reply_to_email_id | No | Optional mailbox message ID to reply to. | |
| send_in_new_thread | No | Whether to send the updated message as a new thread. |