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

  1. Open your n8n instance (cloud or self-hosted)
  2. Create a new workflow
  3. Add a Webhook trigger node
  4. Set HTTP Method to POST
  5. Copy the Production URL or Test URL

2Connect to PageDrifter

  1. Go to your PageDrifter dashboard
  2. Edit your monitor
  3. Add the n8n webhook URL in the Notifications section
  4. 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:

WebhookIF (change > 5%)Slack