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

votes

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.generated

Triggered when a new blog post has been successfully generated and is ready for review.

post.published

Triggered when a post is successfully published to your CMS.

post.failed

Triggered if generation or publishing fails.

credits.low

Triggered when credit balance falls below your configured threshold.