create_webhook
Create a webhook subscription for event notifications. Events: screenshot.completed (batch job done), quota.warning (80% used), quota.exceeded (100% used). Max 5 webhooks per account. Payloads are signed with HMAC-SHA256. Save the returned secret to verify signatures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webhook endpoint URL. Must be a public HTTPS URL. | |
| events | Yes | Events to subscribe to |