Skip to main content
POST
Create an email draft conversation

Authorizations

Authorization
string
header
required

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

Body

application/json
accountId
string
required
to
string
required

String or array of strings

subject
string
cc
string[]
bcc
string[]

Response

Draft created

Returned after POST /api/email/messages/draft creates a draft conversation.

conversationId
string
required
conversation
object
required

Draft conversation document returned after creating an email draft. Marked with isDraft:true until the user sends.

Example: