LLM Pulse + n8n: Self-Hosted AI Visibility Automation
n8n Integration
Automate AI visibility in your own n8n
The n8n-nodes-llmpulse community package adds two nodes to n8n: an operations node covering the full LLM Pulse API and a trigger node with signed, instant webhook events. Works on n8n Cloud and self-hosted instances.
AutoScout24
Holafly
Voicemod
Omnicom
2dehands
iLovePDF
Salesforce
Marktplaats
Tandem
Adevinta
UNIR
coches.net
Features
Built for teams that own their automation stack
n8n gives you self-hosting, code steps and full control. The LLM Pulse nodes are open source and follow n8n community node conventions.
Runs where your data lives
Keep your automation on your own infrastructure. The trigger node receives webhooks directly on your n8n instance.
HMAC signature verification
The trigger node verifies the X-LLMPulse-Signature header on every delivery by default, rejecting anything unsigned.
All seven events, one node
Select any combination of mention, citation, execution, sentiment, recommendation and GEO Writer events in a single trigger node.
Full API coverage
Projects, prompts, competitors, collections, mentions, citations, metrics, GEO Writer tasks and annotations, with dropdowns for projects and tags.
Combine with code nodes
Post-process events with JavaScript or Python steps, join with other APIs, and push anywhere n8n can reach.
Works on n8n Cloud too
Install from the community nodes panel on self-hosted instances, or use it on n8n Cloud once verified.
Nodes and operations
Two nodes, full coverage
The LLM Pulse node for operations, plus the LLM Pulse Trigger node for instant events.
Trigger node
LLM Pulse Trigger
Instant webhook events: mentions, competitor mentions, citations, executions, negative sentiment, recommendations, GEO Writer tasks. HMAC verification built in.
Resources
Project, Prompt, Competitor
List projects, get details, list and create prompts in bulk, assign tags, add competitors.
Resources
Collection and Annotation
List and create tags, attach prompts, and add timeline annotations to projects.
Resources
Mention, Citation, Metrics
Query mentions and citations with filters, and pull summary metrics, timeseries and Share of Voice.
Resource
GEO Writer Task
Create GEO Writer tasks (briefs, articles, updates) and fetch results when they complete.
Plan and key requirements
The nodes authenticate with an LLM Pulse API key, available on the Scale plan and above. The trigger node and write operations need a key with the read_write scope.
Install and automate in three steps
Standard n8n community node installation, nothing exotic.
Install the package
On self-hosted n8n: Settings > Community Nodes > Install, then enter n8n-nodes-llmpulse. On n8n Cloud, add it from the nodes panel.Add your credentials
Create an LLM Pulse API key with the read_write scope (Scale plan or above) and paste it into the LLM Pulse credentials in n8n.Build your workflow
Drop in the LLM Pulse Trigger node, pick your project and events, and connect the rest of your workflow.
What teams build with LLM Pulse + n8n
Popular with technical teams and agencies that self-host their automation.
Privacy-first alerting
Keep AI visibility events inside your own infrastructure while still alerting Slack, Mattermost or email.
Custom enrichment pipelines
Enrich each mention with code steps, third-party APIs or LLM calls before storing or routing it.
Warehouse ingestion
Stream mentions, citations and sentiment into Postgres, BigQuery or ClickHouse with n8n database nodes.
Agency automation
Template one workflow and duplicate it per client project, each with its own routing and reporting.
"LLM Pulse is an essential tool for anyone needing to track visibility in LLMs. The platform works seamlessly, and the team is highly professional and responsive. It brings much-needed light and structure to the often unpredictable context of AI visibility. Highly recommended."
Frequently Asked Questions
Common questions about the LLM Pulse n8n community node.
How do I install the LLM Pulse node?
On self-hosted n8n, go to Settings > Community Nodes and install n8n-nodes-llmpulse. The package adds the LLM Pulse node, the LLM Pulse Trigger node and the credentials type.
Does it work on n8n Cloud?
Yes. Verified community nodes are available on n8n Cloud directly from the nodes panel; self-hosted instances can install the package immediately.
Which plan do I need?
The nodes authenticate with an LLM Pulse API key, available on the Scale plan and above. The trigger node and write operations require the read_write scope.
How are webhook deliveries secured?
Every delivery is signed with HMAC-SHA256 in the X-LLMPulse-Signature header, and the trigger node verifies signatures by default before processing the event.
Is the node open source?
Yes. The package follows n8n community node conventions and is published on npm as n8n-nodes-llmpulse.