This API allows authenticated users to create a new webhook for automatic processing of uploaded documents. The webhook will be triggered when documents are processed using the specified API template.
Key Notes:
secret_hash field is encrypted using encryption for security.Required Fields:
Scenario: Setting Up Document Processing Webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the webhook template to use for processing
"488f4644-057d-41e7-9a74-72c040602647"
The URL where webhook notifications will be sent
"https://example.com/webhook/assignment-processing"
Optional secret key for webhook authentication (will be encrypted)
"my-secret-key-123"
Webhook created successfully.