Skip to main content
POST
/
agents
/
me
/
inbox
/
send
Send Email
curl --request POST \
  --url https://api.example.com/agents/me/inbox/send \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "<string>",
  "subject": "<string>",
  "text": "<string>",
  "html": "<string>"
}
'
to
string
required
Recipient email address
subject
string
required
Email subject
text
string
Plain text body
html
string
HTML body
agent
string
Agent authority