Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Telnyx API key supplied as Authorization: Bearer <token>. In production, auth may be validated by the API gateway and forwarded via Telnyx auth headers.

Path Parameters

email_id
string<uuid>
required

Email message UUID.

Body

application/json

Provide a future delivery time. The timestamp in this example is illustrative; replace it with a value that is in the future when making a request.

Only the delivery time is mutable; any other request fields are ignored.

scheduled_at
string<date-time>
required

New ISO 8601 delivery time. Must be strictly in the future.

Response

Scheduled email rescheduled. The response matches the single-message GET representation.

data
object
required