Introduction
Email-Webhook receives email on your behalf and immediately forwards it to an HTTP endpoint you control โ sender, subject, body, and attachments delivered as a JSON payload, just like any other webhook.
No IMAP polling. No MIME parsing. No persistent process to run.
Where to go next
- What is an Email Webhook? โ how the model works, what the payload looks like, and when to use it instead of IMAP polling.
- Getting Started โ sign up, create your first webhook, and receive a live delivery in five minutes.
- Choosing an HTTP Method โ when to use POST vs GET and what changes between them.
- Authenticating Your Endpoint โ add a custom header so only email-webhook can call your endpoint.
- Debugging with Message Logs โ trace individual deliveries and inspect request details.
- Handling Attachments โ decode base64 attachments, upload them to S3, and handle large files safely.
- Privacy and Data Retention โ what we store and for how long.
Guides:
- AI and LLM Pipelines โ feed incoming email into a prompt and generate an AI-powered response.
- AWS Lambda with SST โ deploy a serverless webhook handler to AWS using API Gateway v2 and SST v3.
- Email Webhook vs. IMAP Polling โ why a push-based webhook beats polling for most use cases.
- Email Webhook vs. SendGrid Inbound Parse โ how the two services compare on setup, payload format, and pricing.
- Email Webhook vs. Postmark Inbound โ side-by-side comparison of features, latency, and cost.