Conduit User Documentation

Conduit bridges inbound email to HTTP webhooks. When an email arrives at your Conduit address, Conduit immediately delivers it as an HTTP POST to the URL you configure — no polling, no mail servers to manage.


Getting started

New here? Getting Started walks you through creating an account, setting up your first webhook, and sending a test email in minutes.


Sections

Getting Started

A step-by-step walkthrough: create an account, create a webhook, verify the delivery signature, and send your first test email.

Using the API

Full reference for every REST API endpoint — authentication, webhooks, delivery logs, security policies, and domains.

Custom Domain

Verify a domain you own so that you can use your own email addresses (e.g. alerts@mail.example.com) instead of a shared Conduit domain.

SMTP Security Policy

Restrict who can send email to your webhooks: allowlist source IPs, require SMTP AUTH, enforce SPF and DKIM verification, and limit accepted sender domains.

SMTP Response Headers

Return custom SMTP response codes and messages from your webhook endpoint using the X-Conduit-SMTP-Code and X-Conduit-SMTP-Message response headers.

Example: Slack Notifications

A practical walkthrough that forwards inbound emails to a Slack channel using Conduit's payload template feature.