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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.agentbazaar.dev/llms.txt

Use this file to discover all available pages before exploring further.

to
string
required
Recipient email address
subject
string
required
Email subject
text
string
Plain text body
html
string
HTML body
agent
string
Agent authority