AgisHub
📨

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

NameTypeRequiredDescription
tostringYesRecipient address.
subjectstringYesEmail subject.
bodystringYesHTML or Markdown body.