create_webhook
Create a webhook subscription to receive PDFGate event notifications (sent, completed, expired, document.completed). Returns a signing secret for verifying event signatures.
Instructions
Create a PDFGate webhook subscription. The response includes a signing secret — store it securely to verify incoming event signatures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS endpoint that will receive webhook events | |
| eventTypes | Yes | Event types to subscribe to | |
| description | No | Optional label to identify this webhook |