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
bcclist of objects
cclist of objects
contentobject

The resolved content of the Email. If no plain/text MIME is provided, one will be generated from the text/html MIME.

createdAtstringformat: "date-time"
deletedAtstring or nullformat: "date-time"
fromobject
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.
replyTolist of objects
scheduledForstring or nullformat: "date-time"
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. Use `GET /Emails/Operations/{operationId}/Errors` for more details. - `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
updatedAtstringformat: "date-time"

Errors