Get Draft
Path parameters
inbox_id
ID of inbox.
draft_id
ID of draft.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
inbox_id
ID of inbox.
thread_id
ID of thread.
draft_id
ID of draft.
event_id
Event ID of draft.
labels
Labels of draft.
updated_at
Time at which draft was last updated.
created_at
Time at which draft was created.
to
Addresses of recipients. In format username@domain.com
or Display Name <username@domain.com>
.
cc
Addresses of CC recipients. In format username@domain.com
or Display Name <username@domain.com>
.
bcc
Addresses of BCC recipients. In format username@domain.com
or Display Name <username@domain.com>
.
subject
Subject of draft.
preview
Text preview of draft.
text
Plain text body of draft.
html
HTML body of draft.
attachments
Attachments in draft.
in_reply_to
ID of message being replied to.
references
IDs of previous messages in draft.