Skip to main content
POST
Create an email draft

Authorizations

Authorization
string
header
required

API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.

Body

application/json
prospectId
string<uuid>
required

The UUID of the prospect to send the email to.

emailMessageIdToReplyTo
string<uuid>
required

The UUID of the email message to reply to. The reply is sent in the same thread.

body
string
required

The email body content.

Minimum string length: 1
recipients
object

Override the default recipients. If omitted, replies to the original sender.

Response

Draft created successfully

messageId
string<uuid>
required

The ID of the created draft email message.