message.received → agent
Use cases
Four jobs agents do with their own email address, each as a concrete flow with the fields and calls involved, and the guides that build it.
Use cases
- An email inbox for an AI customer support agentRun an AI support agent on its own address: webhooks for new mail, just the new part of each reply, sender checks, drafts from your policies, handoff./use-cases/ai-customer-support-agent
- An email inbox for an AI sales (SDR) agentGive an AI SDR its own address on your domain: personal outreach, threaded follow-ups, replies told apart from out-of-office mail, CRM ids on contacts./use-cases/ai-sales-sdr-agent
- QA test automation for sign-up and OTP emailsTest sign-up, password reset and one-time-code emails end to end: a temporary inbox per test, the code or link from one call, no shared test mailbox./use-cases/qa-test-automation-email
- AI agents that sign up for services and verify emailLet an AI agent sign up for a service with its own address, then read the verification code or magic link with one long-poll call. No scraping, no regex./use-cases/agent-signups-verification