Skip to main content
POST
Send a new composed email via inbox.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

inboxId
string
required

Body

application/json

Email composition data

Request body for composing and sending an email

companyId
string
required

Company ID

content
string
required

Email content

subject
string
required

Email subject

to
string
required

Recipient email address

fromEmail
string

Sender email address

fromName
string

Sender name

integrationId
string

Integration ID

profileId
string

Sender profile ID

Response

Email sent successfully

Success message response

message
string

Success message

msg
string

Success message (alternate key)