Put a policy guardrail inside your content workflow
Import an n8n workflow that screens AI-generated posts, ads and video scripts for platform-policy risk before they publish — real blockers get auto-rewritten, anything still risky goes to a human. Not a guarantee; a check you run every time.
3-minute setup
- 1Download a template JSON above.
- 2In n8n: Workflows → ⋯ menu → Import from File.
- 3Add two keys: your free AuditSocials key and your LLM (OpenAI) key.
- 4Hit Execute — the sample runs the full guardrail.
Every node is a stock n8n node (HTTP / Set / IF / Code) — imports on any recent n8n, cloud or self-hosted. Even the LLM step is a plain HTTP node, so swap in any provider.
Draft in, publish-ready out.
One guardrail skeleton, four steps. It sits between "AI generated it" and "your user publishes it" — no policy team, no model retraining.
Draft
Your generator — or the bundled sample — writes the post, ad or script inside the flow.
Policy check
The AuditSocials API scores it across 8 platforms, each flag carrying severity and confidence.
Auto-fix
Real blockers (firm / high) trigger one AI rewrite, then a re-check. Advisory notes pass through.
Human approve
Anything still risky routes to Slack / Sheets / Notion. Nothing auto-publishes.
Three workflows, one guardrail
Each ships with sample content that actually trips the checker, so you see the auto-fix loop work on the first run. Swap the draft step for your own generator.
Ban-Safe Post Generator
Generate a Meta post, then screen it for policy risk before it ever publishes.
Ad Copy That Passes Review
Write a Google ad that clears review the first time — risky lines get flagged and rewritten.
Strike-Safe Video Script
Draft a TikTok script and catch strike-worthy lines before you shoot.
Get a free API key
50 checks a month. Paste it into the template's AuditSocials credential and you're running in minutes.