MARKETING
Hourly spam-complaint rate watchdog
On a schedule, queries your spam-complaint table for the last hour, flags any sending domain over the 0.1% complaint threshold.
How it runs
The automated pipeline, trigger to output.
- TriggerHourly schedule fires
- ActionQuery complaints and deliveries by domainPostgres
- LogicAny domain over the 0.1% complaint rate?
- ActionOpen PagerDuty incident for breaching domainPagerDuty
- OutputAppend incident row to Airtable logAirtable
What it does
Every hour it tallies spam complaints per sending domain against messages delivered, and escalates the instant any domain breaches the inbox-provider complaint threshold (0.1%). Crossing that line is what gets you throttled or blocked at Gmail and Outlook, so it treats it as a page-worthy incident.
When to use it
Use it when you send from multiple domains or subdomains and need per-domain accountability. Ideal for teams running cold outreach, transactional, and marketing streams side by side where one stream's complaints can sink the others.
How it works
- 1A schedule fires every hour.
- 2The flow queries Postgres for complaints and deliveries grouped by sending domain over the last 60 minutes.
- 3It computes each domain's complaint rate and filters to those above 0.1%.
- 4If none breach, it exits quietly. If any do, it opens a PagerDuty incident with the domain and rate so on-call gets paged.
- 5It appends a row to an Airtable incident log capturing the domain, rate, sample size, and timestamp for the postmortem trail.
Set it up
What you configure once, before turning it on.
- 1Connect PostgresAny Postgres URL — query, write, migrate.
- 2Connect PagerDutyIncidents, on-call, escalations.
- 3Connect AirtableBases, tables, views, automations.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, 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.
