Fetch an Email

This operation fetches a single Email using its ID.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <account_id:auth_token>.

OR
AuthorizationBasic

Basic authentication of the form Basic <api_key:api_key_secret>.

Path parameters

emailIdstringRequired

Response

OK
contentobject
The resolved content of the Email.
createdAtstringformat: "date-time"
The date and time when the Email was created.
deletedAtstring or nullformat: "date-time"
The date and time when the Email was deleted.
fromobject
The sender of the email.
idstringformat: "^comms_email_[0-7][a-hjkmnpqrstv-z0-9]{25,34}"
A reference to an Email.
relatedlist of objects
A list of resources that are associated with the Email.
scheduledForstring or nullformat: "date-time"

The scheduled send time of the Email. This field is only present if the Email was created with a schedule.

statusenum
The status of an `Email`. The status can be one of the following: - `SCHEDULED` The `Email` is scheduled to be sent by Twilio in the future. - `QUEUED` The `Email` is queued in Twilio for sending. - `SENT` The `Email` has been sent by Twilio. - `DELIVERED` The `Email` has been successfully delivered to the recipient. - `UNDELIVERED` The `Email` was successfully sent by Twilio but has not been delivered to the recipient. - `OPENED` The `Email` has been opened by the recipient. - `FAILED` The `Email` processing failed inside Twilio. - `CANCELED` The `Email` was canceled via API request. - `INBOUND` The `Email` was received by Twilio from an external source.
tagsmap from strings to strings
Custom metadata in the form of key-value pairs. Maximum size of a tag key is 128 characters. Maximum size of a tag value is 256 characters. There can be a maximum of 10 key-value pairs. This field can be templated with [Liquid](https://shopify.github.io/liquid/). Specify `variables` with each recipient for personalization.
tolist of objects

The recipients of the email on the to line.

updatedAtstringformat: "date-time"
The date and time when the Email was last updated.

Errors

400
Bad Request Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error