send_email
Send an email via CocoInbox and file it into the MCP dossier automatically. Specify recipient and subject; optional body, folder, and tracking.
Instructions
Send an email via POST /api/mail/send using the selected From address. Automatically moves the sent message into the "MCP" dossier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | No | ||
| html | No | ||
| text | No | ||
| folder | No | Dossier to move the sent mail into (default: MCP) | |
| subject | Yes | ||
| fromEmailId | No | ||
| isGhostMode | No | ||
| isTrackingEnabled | No |