Sign in

Create route

documented

Create a new route for incoming mail.

POST /v3/routesRoutesno implementation yet0 runs

Input

priority
Route priority
0
description
Route description
e.g., Forward to webhook
expression*
Route expression
e.g., match_recipient(".*@example.com")
action1
First action
e.g., forward("https://example.com/inbound")
action2
Second action (optional)
e.g., store()
Calls mailgun as you (your API key is your account); keychains.dev holds the credentials.
Create route · mailgun · OpenIntegrations