update_email
Change a scheduled email's send time by providing the email ID and a new ISO 8601 timestamp or natural language time.
Instructions
Reschedule a scheduled email by setting a new send time (PATCH /emails/:id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The email id. | |
| scheduled_at | Yes | New ISO 8601 timestamp (or natural language) to send at. |