spraay_notify_email
Send email notifications for payment confirmations, alerts, and receipts via AgentMail, supporting subject, CC, and reply-to, with a fixed cost of $0.003 USDC.
Instructions
Send an email notification via AgentMail for payment confirmations, alerts, receipts, or general communication. Supports subject, CC, and reply-to. Costs $0.003 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email address | |
| to | Yes | Recipient email address (e.g. 'user@example.com') | |
| body | Yes | Email body content (plain text or HTML) | |
| replyTo | No | Reply-to email address | |
| subject | No | Email subject line |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |