#Help me troubleshoot Angentmail config

1 messages · Page 1 of 1 (latest)

dusk jolt
#

Keep trying to get this configured but my bot will not send me an email no matter what I do. Keep getting 404.

shadow matrixBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

fallow hearthBOT
#

That 404 smells like the AgentMail skill/API docs mismatch rather than email deliverability.

I checked the current AgentMail OpenClaw integration docs: the current API shape is:

  • base: https://api.agentmail.to/v0
  • send: POST /inboxes/{inbox_id}/messages/send
  • config env key: AGENTMAIL_API_KEY

A lot of older/community AgentMail skill snippets use the old-looking endpoints like https://api.theagentmail.net/v1/accounts/{accountId}/messages. Those will 404 against the current API.

Quick checks:

  1. Don’t paste your API key, but check which URL your bot is calling in the logs.
  2. Verify the skill is visible:
    openclaw skills list --eligible
  3. Verify config is under:
    skills.entries.agentmail.env.AGENTMAIL_API_KEY