# Send UTM Grabber Data to n8n Webhooks

## UTM attribution overview

Send UTM Grabber data into n8n UTM Tracking Integration workflows from WordPress. A solid option if Zapier task limits hurt or you want self-hosted automation.

n8n is a strong alternative to Zapier for technical teams. UTM Grabber hands you the payload. n8n routes it anywhere.

### Steps

### Setup

1. Create an n8n workflow with a Webhook trigger (POST or GET)
2. On your WordPress thank-you page, fire the webhook with handl\_utm merged into query params (see script on page 2)
3. Map JSON fields to HubSpot, Pipedrive, Google Sheets, or a database node
4. Self-hosted n8n keeps data on your infrastructure if compliance matters

The webhook snippet lives on the second page in this book.