ToolAction
Send an email from a draft
Send an email from a user-approved, tool-generated draft via Microsoft Graph.
post/tool-actions/email/send
Query parameters
cookie_namestring nullable
Request body
Example request
{
"tool_call_id": "call_abc123",
"subject": "Q2 report",
"body": "Hi team,\n\nPlease find the **Q2 report** attached."
}Response
Successful Response
Example response
{
"success": true,
"message": "Email sent successfully",
"recipients": [
"alice@example.com"
]
}