ClawLink
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.

ToolWhat it doesKind
agent_mail_create_inboxCreate 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_messageRetrieve the complete details of a specific email message from an AgentMail inbox.Read
agent_mail_list_inboxesList all inboxes available to the authenticated AgentMail account. Use this to discover valid inbox_id values for message operations.Read
agent_mail_list_messagesList 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_emailSend an email using AgentMail APIWrite