Communication5 toolsPaste one API key
AgentMail integration for AI agents
Send and manage emails through AgentMail
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect AgentMail once and call the same tools from all of them.
Setup
Connect agent-mail through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
AgentMail exposes 5 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
agent_mail_create_inbox | Create a new AgentMail inbox via API. Returns the inbox_id and email address for sending/receiving messages. Use when provisioning new inboxes for agents or workflows. | Write |
agent_mail_get_message | Retrieve the complete details of a specific email message from an AgentMail inbox. | Read |
agent_mail_list_inboxes | List all inboxes available to the authenticated AgentMail account. Use this to discover valid inbox_id values for message operations. | Read |
agent_mail_list_messages | List messages from an AgentMail inbox. Returns a `messages` array; each message uses `message_id` and `timestamp` fields (not `id`, `date`, or `items`). | Read |
agent_mail_send_email | Send an email using AgentMail API | Write |