Beton + n8n
Unlimited automation possibilities with n8n workflows
Connect to n8n for unlimited automation. Route signals through complex multi-step workflows.
How It Works
1
Set up a Beton trigger in n8n
Add the Beton webhook trigger node to any n8n workflow. Configure which signal types should activate the workflow.
2
Build your automation workflow
Use n8n's visual workflow builder to process signals — enrich data, apply logic, route to multiple destinations.
3
Signals trigger your workflows
Every matching signal automatically kicks off your n8n workflow, executing your custom automation logic.
Sample Signal Payload
JSON
{
"signal_type": "product_qualified_lead",
"confidence": 0.92,
"source": "posthog",
"destination": "n8n",
"account": {
"name": "Acme Corp",
"domain": "acme.com"
},
"events": [
"visited_pricing_page",
"invited_team_member",
"api_key_created"
],
"enrichment": {
"company_size": "50-200",
"industry": "SaaS"
}
} Features
- Native n8n webhook trigger support
- Compatible with all n8n nodes and integrations
- Multi-step workflow automation
- Conditional logic and branching
- Works with n8n Cloud and self-hosted
- Full signal context in workflow data
Use Cases
- Build multi-step enrichment and routing workflows
- Combine signals with data from other sources before routing
- Create complex approval workflows for high-value signals
- Route signals to tools that don't have native Beton integration
Frequently Asked Questions
How do I trigger n8n workflows from Beton signals?
Beton sends each signal as an HTTP POST to an n8n webhook URL you configure. Your n8n workflow then routes the payload to any destination — Slack, Salesforce, Notion, custom APIs — with full workflow logic.
What does the n8n signal payload look like?
A JSON object with signal_type, confidence, account (name, domain), events, enrichment, and detected_at. You can see a sample on this page.
Can I use Beton with self-hosted n8n?
Yes. As long as your n8n instance accepts HTTPS webhooks, Beton can route signals to it. The webhook URL is configured in Beton's destination settings — same flow as n8n Cloud.
Does Beton count against my n8n execution quota?
Each signal received triggers one workflow execution. On n8n Cloud this counts against your monthly quota; on self-hosted there is no quota. Filter signal types at the Beton side to avoid unused executions.
Ready to connect n8n?
Start detecting revenue signals and routing them to n8n in minutes.