Create webhook subscription
Create webhook
Create a webhook subscription
POST
Create webhook subscription
Subscribe to events by providing a URL that will receiveDocumentation Index
Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt
Use this file to discover all available pages before exploring further.
POST requests when events occur. Each webhook is signed with HMAC-SHA256 for verification.
Scope required: webhooks:write
Request body
HTTPS endpoint URL that will receive webhook payloads.
List of event types to subscribe to. See Webhook events for all options.
Response
Returns the subscription details including the signingsecret. Save this secret - it is only shown once.
Save the
secret value immediately. It is only returned when the webhook is created and cannot be retrieved later. You will need it to verify incoming webhook signatures.Authorizations
Your Hrizn API key (prefix hzk_)
Body
application/json
HTTPS URL to receive webhooks
Minimum array length:
1Available options:
ideacloud.completed, ideacloud.failed, content.progress, content.completed, content.failed, content.published, content.unpublished, content.scheduled, content.approval.submitted, content.approval.approved, content.approval.rejected, content.approval.escalated, content.approval.overridden, compliance.completed, content_tools.completed, inventory.description.completed, inventory.description.batch_completed, inventory.feed.updated, gbp.post.published, gbp.post.scheduled, gbp.post.cancelled, gbp.post.failed Response
Webhook created
Last modified on May 1, 2026
