Findable
Guides

Publish to your CMS

Connect Findable to WordPress, Webflow, Ghost, Shopify, Notion, or Wix with Zapier.

Findable publishes through a webhook. The simplest way to land articles in your CMS is a Zapier Catch Hook, which covers the major frameworks without you running any code.

The pattern

  1. In Zapier, create a Zap with a Webhooks by Zapier, Catch Hook trigger. Copy the hook URL.
  2. Paste that URL in Settings, Publishing in Findable and save.
  3. Add an action step for your platform and map the article fields (title, body, slug, featured image) from the payload.
  4. Send a test event from Findable to confirm the Zap fires.

Per-framework actions

  • WordPress: action "Create Post". Map body to content, set status to draft for review.
  • Webflow: action "Create Live Item" (or draft) on your CMS Collection.
  • Ghost: action "Create Post".
  • Shopify: action "Create Blog Post".
  • Notion: action "Create Database Item" in your content database.
  • Wix: use the Wix blog action, or a custom webhook into Wix.

Custom receiver

If you run your own endpoint instead of Zapier, point the webhook at it and verify the X-Findable-Signature HMAC. See Webhook payload.

On this page