Create a webhook endpoint
Webhooks
Create a webhook endpoint
Register a URL to receive event notifications.
POST
Create a webhook endpoint
Authorizations
API key as Authorization: Bearer sk-social-...
Body
application/json
HTTPS URL to deliver events to. Must be publicly accessible.
Event types to subscribe to. Use ["*"] to receive all events.
Webhook event type. Use "*" to subscribe to all events.
Available options:
post.published, post.failed, post.scheduled, clip.render.completed, clip.render.failed, agent.run.completed, agent.run.failed, * Signing secret used to verify webhook payloads. If provided, each delivery includes an X-Autoposting-Signature header with an HMAC-SHA256 signature.
Whether the webhook is active. Default: true.