hires_update_notification_message
Update scheduled notification emails before sending. Modify subject and body, and optionally reschedule the send time.
Instructions
Update a scheduled notification email before it is sent. Change subject, body, and optionally reschedule the send time. Only scheduled (not yet sent) messages can be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Notification email message ID. | |
| body | Yes | Email body as HTML. | |
| subject | Yes | Email subject line. | |
| scheduled_at | No | Unix timestamp (seconds) to reschedule send time. If omitted, the existing schedule is preserved. |