Skip to main content
POST
Send a one-off email

Authorizations

Authorization
string
header
required

A ManyPI API key (mpi_...) from Settings → API keys, or an OAuth 2.1 access token obtained through the MCP consent flow.

Body

application/json
smtp_config_id
string<uuid>
required
subject
string
required
html
string
required
lead_id
string<uuid>

Used for merge variables and as the default recipient.

to
string<email>

Explicit recipient; defaults to the lead's address.

Response

Sent.

ok
boolean
send_id
string<uuid>