Update Email
update-emailUpdate the scheduled send time of an email that has been scheduled but not yet sent. Provide the email ID and new ISO 8601 timestamp.
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"). |