Skip to main content
POST
Create Email Draft

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Body

application/json
subject
string
required
Required string length: 1 - 998
body
string
required
Required string length: 1 - 1000000
member_ids
string<uuid>[]
attachments
EmailAttachmentRef · object[]
conversation_id
string<uuid> | null
job_run_id
string<uuid> | null

Response

Successful Response

id
string<uuid>
required
subject
string
required
body
string
required
member_ids
string<uuid>[]
required
attachments
EmailAttachmentRef · object[]
required
content_check_passed
boolean
required
conversation_id
string<uuid> | null
job_run_id
string<uuid> | null