Trigger any workflow on every publish event.
AutoPublish fires webhooks on article publish, failure, queue, and scoring events. Connect them to Slack, Zapier, Make, or any endpoint — zero code required. Available on Pro and Agency plans.
Available webhook events
article.publishedFires when an article publishes successfully to any CMS destination.
article.failedFires when an article fails to publish — includes error details.
article.queuedFires when a new article is added to the publishing queue.
article.scoredFires when the SEO quality score is calculated, before publishing.
Example webhook payload
{
"event": "article.published",
"article": {
"id": "art_abc123",
"title": "Best Plumber in Austin TX",
"slug": "best-plumber-austin-tx",
"seo_score": 94,
"url": "https://yoursite.com/best-plumber-austin-tx",
"site": "yoursite.com",
"published_at": "2026-04-09T14:32:00Z"
}
}Common use cases
Slack notification on publish
Post a message to your #content Slack channel every time an article goes live — with title, URL, and SEO score.
Zapier CRM update
Trigger a Zapier zap to log the published article in your CRM, update a client record, or create a task for social promotion.
Make social scheduling
Trigger a Make scenario to auto-schedule the article for LinkedIn, X, and Threads — using the social snippets AutoPublish generates.
Webhooks are available on Pro ($59/mo) and Agency ($149/mo) plans.