PATCH /emails/
Update the scheduled time of a pending scheduled email.Authentication
JWT (Dashboard) or API KeyPath Parameters
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | Scheduled email ID |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
scheduledAt | string | Yes | New ISO 8601 datetime (must be in the future) |
Response
Example
Errors
| Status | Error | Cause |
|---|---|---|
404 | Not found | Email doesn’t exist or isn’t in scheduled status |
400 | Invalid time | Scheduled time must be in the future |