create_webhook
Subscribe an HTTPS endpoint to PDFGate e-signature events for automated notifications. The response includes a signing secret to verify incoming 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 |