Webhooks
Coming Soon
Webhooks are currently in development. For now, poll the /v1/generate/status endpoint to monitor generation progress in real-time.
Want this feature?
Vote to help us prioritize development
Once available, you'll be able to configure webhooks to listen for events on your account so your integration can automatically trigger reactions.
Verification
ScribePilot will sign webhook events sent to your endpoints. Each event will include a signature in the X-ScribePilot-Signature header. This allows you to verify that events were sent by ScribePilot, not by a third party.
Planned Event Types
post.generatedTriggered when a new blog post has been successfully generated and is ready for review.
post.publishedTriggered when a post is successfully published to your CMS.
post.failedTriggered if generation or publishing fails.
credits.lowTriggered when credit balance falls below your configured threshold.