POST request to the n8n webhook URL you configure.
Before you connect n8n
Owners and admins can connect n8n and change delivery settings. Make sure you have:- an n8n workspace or instance
- an n8n workflow with a webhook trigger ready to receive data
- the n8n webhook URL
- an optional bearer token if your webhook expects one
https:// URL. traxy cannot send to insecure endpoints.
Connect n8n
- Open Integrations.
- Open n8n.
- Add an Integration Name.
- Paste the Webhook URL from n8n.
- Add an Auth Header if your n8n webhook expects one.
- Click Connect.
- Review the Qualified Lead Detected trigger.
- Choose whether to keep auto-send on.
- Set the ICP match threshold for automatic delivery.
- Decide whether to enable Send repeat engagement from qualified leads.
- Click Save Configuration.
- Click Send Test Payload before you rely on the workflow.
Choose manual or automatic delivery
n8n can work in two ways:- Manual delivery from the leads table when you want to review each lead first
- Automatic delivery when you want traxy to send new qualified leads to n8n as soon as they meet your threshold
Send leads manually
Use manual delivery when you want to control which leads enter n8n.- Open Leads.
- Select one or more leads.
- Choose the send action.
- Select n8n.
- Confirm the send.
Review the payload
The n8n integration page includes Payload & Help with sample JSON for first qualified lead delivery and repeat engagement delivery. The payload includes event metadata plus lead, profile, company, contact, and engagement data. Use the sample payload in traxy as the source of truth when you map fields in n8n.Verify requests
n8n requests are signed. Each request includesX-Traxy-Signature and X-Traxy-Timestamp so your receiver can verify that it came from traxy.
If you add an auth header, use the bearer format shown in the app.