Integrations
CatCaster for Make
Use Make’s HTTP app with a CatCaster API key until the public Make app is listed in the marketplace.
Authentication
Create an API key in Settings → Developer. In Make, add a connection with header Authorization: Bearer YOUR_API_KEY and base URL https://www.catcaster.com.
Common HTTP calls
GET /api/v1/projects— list workspacesPOST /api/v1/drafts— create a draft (JSON body per OpenAPI)POST /api/v1/posts/:id/publish— publish when ready
Import paths from OpenAPI or mirror the n8n node operations.
Triggers
Register a Make Custom webhook URL in CatCaster Outbound Webhooks for post lifecycle events.
Custom app scaffold: packages/make-catcaster — import OpenAPI or use the bundled connection JSON.
