Fetch an Email
This operation fetches a single Email using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
This operation fetches a single Email using its ID.
Data retention: Records are available for 7 days after creation. Requests for data older than 7 days may return incomplete results.
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
The scheduled send time of the Email.
This field is only present if the Email was created with a schedule.
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.
The recipients of the email on the to line.