Update Email
update-emailReschedule a previously scheduled email to a new delivery time by providing the email ID and the new scheduled timestamp in ISO 8601 format.
Instructions
Reschedule a scheduled email by updating its scheduled send time. Only works for emails that were scheduled and have not yet been sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the scheduled email to update | |
| scheduledAt | Yes | The new scheduled time in ISO 8601 format (e.g., "2024-08-05T11:52:01.858Z"). |