// Integration
CSV / webhook todayTrackyr + Zapier
Route Trackyr contacts to thousands of apps by catching the webhook batch in Zapier today, with a native Zapier app planned.
How it works
Connect Trackyr to Zapier today using the outbound webhook. Create a Zap with a 'Catch Hook' trigger, paste its URL into Trackyr's webhook settings, and when you click Push, Trackyr sends a signed JSON batch of up to 500 contacts that fires the Zap. The payload is a contacts array, so use a loop or 'line item' step to fan out to a CRM, sequencer, Slack, or sheet. A native Trackyr Zapier app with prebuilt triggers is planned but not built yet, so the Catch Hook is the current path.
// Step by step
Send contacts to Zapier.
- 1In Zapier, create a Zap with the 'Webhooks by Zapier → Catch Hook' trigger.
- 2Copy the Catch Hook URL Zapier generates.
- 3Paste it into Trackyr's Settings → Integrations webhook destination.
- 4In Trackyr, click Push to send a sample batch so Zapier captures the structure.
- 5Add a loop / line-item step to iterate the contacts[] array.
- 6Map each contact's fields into your destination app's action step and turn the Zap on.
// Common questions
Answered.
Is there a Trackyr Zapier app?+
A native Zapier app is planned but not built yet. Today you connect Trackyr to Zapier with the 'Catch Hook' webhook trigger, which reaches every Zapier-supported app.
The payload is a batch — how do I process each contact?+
Trackyr posts a contacts[] array, so add a Zapier loop or 'line items' step to iterate it, then run your action per contact. The batch holds up to 500 contacts per Push.
How do I verify the webhook in Zapier?+
Trackyr signs each request with HMAC over `<timestamp>.<body>`. Validate the X-Trackyr-Signature in a Zapier Code step, or trust the secret Catch Hook URL for low-risk routing.
Verified contacts, in your stack.
Find and verify creator + B2B contacts, then export to CSV or push a webhook anywhere.
Start hunting →