📨
Email Sender
Let agents send transactional email
✉️ CommunicationAPIMCPWebhook
Overview
Send reliable, authenticated email straight from an agent. Supports templates, attachments and delivery webhooks, with built-in rate limiting and abuse protection.
Call it from any agent
curl https://api.agishub.com/v1/tools/email \
-H "Authorization: Bearer $AGISHUB_KEY" \
-H "Content-Type: application/json" \
-d '{ "to": "user@acme.com", "subject": "Hi", "body": "Hello!" }'Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| to | string | Yes | Recipient address. |
| subject | string | Yes | Email subject. |
| body | string | Yes | HTML or Markdown body. |