Create Rules via API
Programmatically define rules to process incoming emails. Match by sender, subject, or content patterns.
{ "id": "rule_8xK2mP...", "name": "GitHub Forward", "pattern": "*@github.com", "action": "forward" }

Define rules that automatically handle incoming emails. Filter by pattern, trigger webhooks, forward selectively, and keep your inboxes organized.
Programmatically define rules to process incoming emails. Match by sender, subject, or content patterns.
{ "id": "rule_8xK2mP...", "name": "GitHub Forward", "pattern": "*@github.com", "action": "forward" }
Use wildcards to match senders and subjects. Rules are evaluated in priority order.
*@github.comForward important emails, auto-delete spam, or organize with labels.
Pro and Business plans include generous automation limits.
Inbox rules turn your disposable email addresses into automated workflows. Instead of manually checking every temporary inbox, you define conditions and actions once, and DESTROY.NETWORK handles the rest as emails arrive in real time on the edge.
Rules are built around flexible pattern matching. Match on sender addresses, subject lines, body content, or any combination using exact strings, wildcards, or regular expressions. When a message matches, one or more actions fire automatically: forward the email, trigger a webhook, mark it as read, or discard it entirely.
For complex workflows you can chain multiple rules with priority ordering. Higher-priority rules are evaluated first, and you can choose whether processing stops after the first match or continues through the full rule set. This lets you build layered logic. For example, forward all verification codes, send order confirmations to a webhook, and silently discard marketing spam.
Every rule execution is logged so you can review what matched, what actions were taken, and troubleshoot any misfires. Combined with webhooks, inbox rules let you integrate disposable email into CI/CD pipelines, monitoring systems, and business automation platforms without writing a single line of polling code.
Rules execute instantly as emails arrive. No polling and no manual intervention. Your workflow runs on autopilot.
Match emails by sender, subject, or body using exact strings, wildcards, or full regular expressions.
Forward, discard, mark as read, or label messages automatically. Chain multiple actions per rule for complex workflows.
Fire HTTP webhooks when rules match to integrate disposable email into any external system or automation pipeline.
Stop checking temporary inboxes manually. Set up rules once and let DESTROY.NETWORK handle incoming email automatically.