CONTENT CREATION
Check Refresh History the Moment a URL Is Submitted
A webhook accepts a single URL, instantly crawls it, checks its trailing traffic trend, and returns a go/no-go refresh recommendation with a starter brief if the page is decaying.
How it runs
The automated pipeline, trigger to output.
- TriggerWebhook receives a URLHTTP webhook
- ActionLook up trailing traffic trendPostgres
- LogicClassify healthy / watch / decaying
- ActionScrape live page if decayingFirecrawl
- ActionGenerate verdict and starter briefOpenAI
- OutputReturn verdict JSON to callerHTTP webhook
What it does
It gives writers and editors an on-demand verdict for any one page: paste a URL, and within seconds get whether the page is decaying, by how much, and a ready-to-use refresh brief if it warrants one — no waiting for the next scheduled audit.
When to use it
Use it for ad-hoc checks during editorial standups, content sprints, or when triaging a page someone flagged. It fits anywhere you want an instant, single-page answer instead of running the full weekly sweep.
How it works
- 1An incoming webhook receives a URL (and optional target keyword).
- 2A Postgres lookup fetches the page's trailing traffic trend.
- 3A logic step classifies the page as healthy, watch, or decaying based on the trend thresholds.
- 4If decaying, Firecrawl scrapes the live page content.
- 5OpenAI generates a verdict plus a starter refresh brief for decaying pages, or a short "no action" note otherwise.
- 6The webhook responds with the verdict JSON, so the caller (a Slack shortcut, internal tool, or form) shows the result immediately.
Set it up
What you configure once, before turning it on.
- 1Connect HTTP webhookTrigger any URL on agent actions.
- 2Connect PostgresAny Postgres URL — query, write, migrate.
- 3Connect FirecrawlCrawl, scrape, structured extract.
- 4Connect OpenAIModels, embeddings, files.
- 5Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 6Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 7Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Content Creation workflows
On-demand: turn a blog URL into narrated B-roll clips
Accepts a blog URL via webhook, scrapes the article, generates a B-roll clip per paragraph with Replicate and a voiceover with ElevenLabs.
Sync a Figma master frame into localized hero renders
Pulls the current master hero frame and its text layers from Figma, generates a localized image variant for each locale defined in Airtable.
Build a Dropbox B-roll library from exported blog drafts
Triggers when a new blog draft file lands in a Dropbox folder, generates a Replicate B-roll clip for each paragraph.
Generate B-roll clips when a blog post is marked Ready in Notion
Watches a Notion blog database for posts flipped to 'Ready', splits the body into paragraphs, and generates a short B-roll video clip for each paragraph with Replicate.
Weekly: clip last week's top blog paragraph and post to socials
Runs on a weekly schedule, picks the highest-traffic paragraph from the past week's posts, generates one polished B-roll clip with Replicate.
On-Demand Screenshot Freshness Report from a Slack Command
A writer requests a freshness check in Slack for a specific docs page; the workflow inspects every screenshot on that page, scores each by age and version gap.
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.
