Skip to main content
n8n TemplatesFree API keyREST + MCP

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 ready workflows Stock n8n nodes only ~3-minute setup
import → n8n

3-minute setup

  1. 1Download a template JSON above.
  2. 2In n8n: Workflows → ⋯ menu → Import from File.
  3. 3Add two keys: your free AuditSocials key and your LLM (OpenAI) key.
  4. 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.

How the workflow runs

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.

Step 01

Draft

Your generator — or the bundled sample — writes the post, ad or script inside the flow.

Step 02

Policy check

The AuditSocials API scores it across 8 platforms, each flag carrying severity and confidence.

Step 03

Auto-fix

Real blockers (firm / high) trigger one AI rewrite, then a re-check. Advisory notes pass through.

Step 04

Human approve

Anything still risky routes to Slack / Sheets / Notion. Nothing auto-publishes.

Built on Stock n8n nodes Vendor-agnostic 1 credit / check Human approval gate
The templates

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.

Meta
Metapost

Ban-Safe Post Generator

Generate a Meta post, then screen it for policy risk before it ever publishes.

In the boxBundled sample runs clean — publish-ready on the first pass, no rewrite needed.
Google
Googlead

Ad Copy That Passes Review

Write a Google ad that clears review the first time — risky lines get flagged and rewritten.

In the boxBundled sample trips 3 firm/high flags → auto-rewrite → re-check.
TikTok
TikTokvideo-script

Strike-Safe Video Script

Draft a TikTok script and catch strike-worthy lines before you shoot.

In the boxBundled sample trips 2 firm/high flags → auto-rewrite → re-check.
Free · No card

Get a free API key

50 checks a month. Paste it into the template's AuditSocials credential and you're running in minutes.

Free tier: 50 credits/month. No credit card.

Related Resources