Integration
Zapier connects over 7,000 apps with no-code automation workflows called Zaps. By wiring Catalogian's webhooks to Zapier, you can trigger automated actions every time your product feed changes — without writing a single line of code.
When Catalogian detects changes in your feed, it sends a webhook with the change summary and sample diffs. Zapier catches that webhook and triggers any downstream action: post to Slack, update a Google Sheet, send an email alert, create a Jira ticket, or sync data to your inventory system.
This integration is ideal for non-technical teams that need feed change notifications routed to their existing tools. Set up once, and every product price change, inventory update, or new product addition automatically flows to the right place in your workflow.
How it works
01
In Zapier, create a new Zap with 'Webhooks by Zapier' as the trigger. Choose 'Catch Hook' and copy the webhook URL.
02
Add Zapier's webhook URL as a webhook endpoint for your Catalogian source. Catalogian will POST change data to Zapier every time the feed updates.
03
Add Zapier actions to route the change data: post to Slack, email your team, update a spreadsheet, or trigger any of Zapier's 7,000+ app integrations.
Register a Zapier webhook with Catalogian
curl -X POST "https://catalogian.com/v1/sources/src_abc/webhooks" \
-H "Authorization: Bearer cat_sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"url": "https://hooks.zapier.com/hooks/catch/12345/abcdef/",
"events": ["delta.completed"]
}'
# Zapier will receive a POST with:
# { "event": "delta.completed", "summary": {...}, "sampleChanges": [...] }
# Use this data in your Zap to filter, transform, and routeFrequently asked questions
Catalogian integrates with Zapier via webhooks. Register Zapier's catch hook URL as a Catalogian webhook, and you get full access to change data in your Zaps. No native Zapier app is needed.
Yes. Use Zapier's built-in filter step to check the webhook payload. For example, only continue the Zap if summary.changed > 0, or if a specific field appears in sampleChanges.
The webhook payload includes the event type, source name, a summary of changes (added/changed/removed counts), and sample changed rows with complete before-and-after row data.
Free plan includes 1 source and 50,000 SKUs. No credit card required.
Start monitoring free