← Back to Integrations
Acuityio n8n Community Node
Automate fact-checking workflows across webhook triggers, databases, Slack bots, and publishing pipelines.
n8n Node Recipe
Workflow Template
{
"nodes": [
{
"name": "Acuityio Fact Check",
"type": "n8n-nodes-acuityio.acuityVerify",
"parameters": {
"operation": "assess",
"claim": "={{ $json.generated_text }}",
"minScoreThreshold": 8
}
}
]
}