Inbound Logoinbound
Inbound Email for AI Agents

email for
ai agents

give your AI agents the power to send, receive, and manage emails programmatically with our simple API.

trusted by companies

leading ai companies use inbound for their email infrastructure

nextdev.fm |agenda.dev |exon.dev |
nextdev.fm |agenda.dev |exon.dev |

how does it work?

badge 13

Email Addresses

Domain verified
badge 13
*
badge 13webhook-endpoint
support
badge 13support-webhook
help
badge 13help@team.com
sales
badge 13sales-group
info
badge 13store-only
@example.com
badge 13
badge 13Incoming Email
From:user@company.com
To:support@example.com
Subject:Need help with integration

Hi support team,

I'm trying to integrate your email API but running into some issues. Can you help me understand how to set up webhooks properly?

Thanks,
John

badge 13Received
badge 13Routing to webhook
badge 13
badge 13Webhook Delivery
POST https://your-api.com/webhooks/email
Headers: Authorization: Bearer ****
Status: 200 OK
Response time: 234ms
badge 13
badge 13Structured Email Data
Webhook Payload
"from": "user@company.com",
"to": "support@example.com",
"subject": "Need help with integration",
"headers": { ... },
"body": {
"text": "Hi support team...",
"html": "<p>Hi support team...</p>"
},
"attachments": [],
"timestamp": "2024-01-15T10:30:00Z"

built for AI agents

Simple APIs that make email integration effortless for your AI applications

badge 13

Email to Webhooks

Instantly convert incoming emails into structured webhook payloads

badge 13Real-time delivery
badge 13Structured JSON
badge 13Full parsing
badge 13

SDK Control

Full programmatic control over email sending and management

badge 13Send programmatically
badge 13Reply to messages
badge 13TypeScript SDK
badge 13

Domain Aggregation

Route multiple domains to single endpoints for centralized processing

badge 13Multi-domain support
badge 13Unified routing
badge 13Domain-aware data
badge 13

Email Routing

Smart routing to distribution lists and multiple AI agents

badge 13Distribution lists
badge 13Rule-based forwarding
badge 13Multi-agent coordination

simple for AI agents

Your AI agents can send, receive, and manage emails with just a few lines of code. No complex setup required.

badge 13
Receive Emails

Set up a webhook endpoint and start receiving structured email data instantly.

// Webhook payload structure
{
"from": "user@company.com",
"to": "support@yourdomain.com",
"subject": "Help request",
"body": {
"text": "Email content...",
"html": "<p>Email content...</p>"
},
"attachments": [...]
}
badge 13
Send & Reply

Your AI agents can send emails and reply to conversations programmatically.

import { InboundClient } from '@inbound/sdk'
const client = new InboundClient(apiKey)
// Send email
await client.emails.send({
from: 'agent@yourdomain.com',
to: 'user@company.com',
subject: 'AI Response',
body: 'Here is your answer...'
})

simple pricing

Start free and scale as you grow. No hidden fees, no surprises.

badge 13