POST request to the Zapier webhook URL you configure.
Before you connect Zapier
Owners and admins can connect Zapier and change delivery settings. Make sure you have:- a Zapier account
- a Zap with a webhook trigger ready to receive data
- the Zapier webhook URL
- an optional bearer token if your receiving step expects one
https:// URL. traxy cannot send to insecure endpoints.
Connect Zapier
- Open Integrations.
- Open Zapier.
- Add an Integration Name.
- Paste the Webhook URL from Zapier.
- Add an Auth Header if your Zap 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 Zap.
Choose manual or automatic delivery
Zapier 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 Zapier as soon as they meet your threshold
Send leads manually
Use manual delivery when you want to control which leads enter a Zap.- Open Leads.
- Select one or more leads.
- Choose the send action.
- Select Zapier.
- Confirm the send.
Review the payload
The Zapier 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 Zapier.Verify requests
Zapier 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.