Publishing and integrations
Get finished posts out of Analyse and into your CMS, and get notifications into the channels your team already watches.
CMS publishing
Posts written or generated in Analyse can be published automatically to:
WordPressThrough the official plugin. Posts arrive with categories and the featured image, and every delivery is verified with an HMAC signature. Setup is covered in the WordPress guide.GhostConnect your Ghost admin API and posts are created there on publish.WebhookA signed POST with the full post payload to any URL you control, for custom CMSs and static site pipelines.
CMS publishing is part of the Autopilot plan. Configure connections per site under Integrations in the site settings.
RSS
Every site can expose an RSS feed of its published posts, useful for syndication or for feeding downstream tools that already speak RSS.
Notifications
Beyond publishing, integrations carry alerts and events to your team:
SlackandDiscordreceive rank alerts and publish notifications through their webhook URLs.Custom webhookssubscribe to events like a post being published or a keyword dropping, signed with HMAC SHA-256 so you can verify the sender.
Verifying webhook signatures
Each webhook carries a signature header computed over the raw body with your signing secret. Compute the HMAC on your side and compare before trusting the payload. Rotate the secret from the integration settings if it ever leaks, deliveries pick up the new secret immediately.