create_webhook
Set up webhooks to receive real-time notifications for envelope events like sent, viewed, signed, completed, expired, voided, or declined in SignForge's e-signature workflow.
Instructions
Create a webhook to receive real-time notifications for envelope events. Events include: envelope.sent, envelope.viewed, envelope.signed, envelope.completed, envelope.expired, envelope.voided, envelope.declined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS URL that will receive webhook POST requests | |
| events | Yes | List of event types to subscribe to (e.g. ['envelope.completed', 'envelope.signed']) | |
| description | No | Optional description for this webhook |