Connect your AI agent to email systems via SMTP and IMAP. Receive emails, process them with AI, and send intelligent replies automatically. Supports Gmail, Outlook, and custom SMTP servers.
OAuth 2.0 for Gmail/Outlook, SMTP credentials for custom servers
curl -X POST https://your-domain.com/api/integrations/webhook?integration_id=YOUR_INTEGRATION_ID \
-H "X-Signature: YOUR_SIGNATURE" \
-H "Content-Type: application/json" \
-d '{
"from": "user@example.com",
"to": "agent@your-domain.com",
"subject": "Question",
"body": "Hello, I need help"
}'