Webhooks logo
Developer · Integration

Webhook integration — publish anywhere.

For custom CMSs and headless stacks. WriteGarden POSTs a structured, signed payload when an article is approved or published.

How webhooks work

  1. Point WriteGarden at your endpoint URL.
  2. On publish, we POST a JSON payload: article body, metadata, imagery URLs, cluster + keyword context.
  3. Verify the signature header, then route the content wherever you need.

Key capabilities

  • Structured JSON payload (article, meta, media, cluster context)
  • Signed requests for verification
  • Fires on approve and/or publish
  • Ideal for headless, custom, or Notion-based content sites

Questions

What's in the payload?

Article HTML, title/slug/meta, featured + inline image URLs, and the cluster/keyword context. Full schema in the docs.

How do I authenticate it?

Each request is signed; verify the signature header against your shared secret before accepting.

Webhook integration — publish anywhere.

Try webhooks for €1 →