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
- Point WriteGarden at your endpoint URL.
- On publish, we POST a JSON payload: article body, metadata, imagery URLs, cluster + keyword context.
- 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.