Back to Integrations
n8n
n8n Integration
Build powerful automation workflows with n8n
Overview
n8n is a free, self-hostable workflow automation tool. Connect PageDrifter to n8n to build complex automations with full control over your data.
Why use n8n?
- Self-hosted option for data privacy
- No per-task pricing like Zapier
- Visual workflow builder
- 400+ integrations available
- Custom code nodes for advanced logic
Setup Guide
1Create an n8n Webhook
- Open your n8n instance (cloud or self-hosted)
- Create a new workflow
- Add a Webhook trigger node
- Set HTTP Method to POST
- Copy the Production URL or Test URL
Use the Production URL for live monitoring. The Test URL is only active while you're testing in the n8n editor.
2Connect to PageDrifter
- Go to your PageDrifter dashboard
- Edit your monitor
- Add the n8n webhook URL in the Notifications section
- Save and test
3Build Your Workflow
After receiving test data, add nodes to process the change notification:
- Filter by change percentage
- Send to Slack, Discord, or email
- Store in a database or spreadsheet
- Trigger additional API calls
Example Workflow
A simple n8n workflow that filters significant changes and sends to Slack:
Webhook→IF (change > 5%)→Slack