Create webhook subscription
documentedSubscribe to SignNow events and receive callback notifications.
POST /api/v2/eventsWebhooksno implementation yet0 runsInput
event
Event type to subscribe to (e.g., 'document.fieldinvite.sent')
document.fieldinvite.sent
entity_id
Entity ID (e.g., a document ID)
DOCUMENT_ID
callback_url
Webhook callback URL
https://example.com/webhook
integration_id
Integration ID (optional reference)
INTEGRATION_ID
secret
Webhook HMAC secret key
YOUR_HMAC_SECRET
custom_header_value
Custom header value for X-Custom-Header
header-value
use_tls_12
Enforce TLS 1.2 for webhook callback
true
docid_queryparam
Include document ID in query parameters
true
Calls airSlate SignNow as you (your API key is your account); keychains.dev holds the credentials.