BLOGS

Announcing: Email Inbound Webhooks

December 16, 2025

NotificationAPI can capture replies to your email notifications and send them to your webhooks. Great for implementing automated and conversational flows.

Announcing: Email Inbound Webhooks

NotificationAPI now supports Email Inbound Webhooks, enabling you to receive and process email replies from your users directly in your application. Use cases include:

The Problem

Transactional email notifications have been the most popular notification channel for our customers. Until now, replies to these notifications would either bounce or go to an unmonitored inbox, requiring custom infrastructure to capture and process them.

Our Solution

NotificationAPI now automatically handles email replies for you:

  1. Reply processing: When a user replies, we capture the email and extract all content, including the sender’s email address, subject line, plain text and HTML body, and attachments
  2. Webhook delivery: The reply is forwarded to your configured webhook endpoint
  3. Full logs: All replies are logged and visible in your Logs dashboard

Common Use Cases

Getting Started

  1. Navigate to Webhooks page in your dashboard
  2. Enter your webhook URL and enable the EMAIL_INBOUND event

That’s it! No SMTP servers to configure, no email infrastructure to manage.

Check out our Inbound Messages documentation for the full webhook payload format and more details.