Integrations
CatCaster for Zapier
Automate CatCaster with Zapier using Catch Hook triggers and REST actions until the public Zapier app ships.
Important boundary
CatCaster includes an internal ZapierSocialProvider for channel publishing infrastructure. Your Zapier account integration must call the public API (/api/v1) — not that internal adapter.
Triggers
- Create a Zap with Webhooks by Zapier → Catch Hook.
- Paste the hook URL into CatCaster Developer → Outbound Webhooks.
- Filter on event type
post.publishedorpost.failedin Zapier.
Actions
Use Webhooks by Zapier → POST (or Code) with bearer auth against https://www.catcaster.com/api/v1/…. See OpenAPI for request bodies.
Platform app scaffold: github.com/picaro/catcaster-zapier (REST hooks + create draft / publish actions). Listing on zapier.com is still a manual submission step.
