MARKETING
Bounce-Rate Spike Sentinel: Pause Sends by Domain and Alert Owner
Watches per-domain hard-bounce rates on a schedule, and when a recipient domain crosses your threshold it pauses scheduled sends to that domain, logs the incident.
How it runs
The automated pipeline, trigger to output.
- TriggerEvery 30 minutes
- ActionQuery sends + hard bounces by recipient domainPostgres
- LogicKeep domains over bounce-rate threshold
- ActionPause queued sends and log incidentPostgres
- OutputAlert list owner in SlackSlack
What it does
Every 30 minutes this workflow reads send and bounce counts from your email event table, computes the hard-bounce rate per recipient domain over a rolling window, and isolates any domain that breaches your ceiling (default 5%). For each breached domain it flips a `paused` flag in your sends table so no further campaigns go out to that domain, records an incident row, and notifies the responsible list owner in Slack with the exact bounce rate, volume, and top bouncing addresses.
When to use it
Run this when a misconfigured DNS record, a stale import, or a spam-trap-laden list can quietly torch your sender reputation at one mailbox provider before a human notices. It contains the blast radius to a single domain instead of pausing your whole program.
How it works
- 1A schedule fires every 30 minutes.
- 2Postgres returns sends and hard bounces grouped by recipient domain for the rolling window.
- 3A logic step keeps only domains above the bounce-rate threshold with enough volume to matter.
- 4Postgres sets `paused = true` for queued sends to each breached domain and inserts an incident record.
- 5Slack posts the domain, bounce rate, sample addresses, and a link to the incident to the owner channel.
Set it up
What you configure once, before turning it on.
- 1Connect PostgresAny Postgres URL — query, write, migrate.
- 2Connect SlackChannels, DMs, threads, mentions.
- 3Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 4Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 5Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Marketing workflows
Agentic UTM Taxonomy Steward: Detect, Explain, and Propose Fixes
An agent reviews the full backlog of campaign links in Airtable, reasons about taxonomy drift beyond rigid rules, drafts standardized replacements for malformed UTMs.
Slack UTM Check: Paste a Link, Get an Instant Verdict
Lets marketers drop a tracking URL into a Slack channel and get an immediate threaded reply that says whether the UTMs are valid, what is wrong, and a corrected suggestion.
Backlink Outreach Drafter for Verified Mentions
Picks verified, high-authority unlinked mentions from Airtable, drafts a personalized backlink-request email for each.
Source-Authority Verifier for Mention Provenance
Takes a queue of detected brand mentions and runs an agent that verifies whether each source is a legitimate, authoritative publisher versus a scraper or syndication copy.
Unlinked Brand-Mention Detector with Authority Scoring
Scans the web for fresh brand mentions, filters to ones that name you without linking back, scores the publishing domain's authority.
Weekly Brand-Mention Provenance Digest to Notion
Aggregates the week's tracked mentions from Airtable into a single summarized report covering new opportunities, authority distribution, and outreach progress.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
