create_webhook
Subscribe to envelope events and receive real-time notifications to your HTTPS endpoint.
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 |