Send Draft

Path parameters

inbox_idstringRequired
ID of inbox.
draft_idstringRequired
ID of draft.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
add_labelslist of stringsOptional
Labels to add to message.
remove_labelslist of stringsOptional
Labels to remove from message.

Response

This endpoint returns an object.
message_idstring
ID of message.
thread_idstring
ID of thread.

Errors