Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.03 KB

WebhookWithSecret.md

File metadata and controls

29 lines (17 loc) · 1.03 KB

WebhookWithSecret

Properties

Name Type Description Notes
signingSecret File a sercret used to sign all callbacks for this webhook
description String a human readable description of the webhook [optional]
url String the URL to callback with events, this must be https unless (allow_insecure is true)
allowInsecure Boolean if using an non https url, this must be set to true [optional]
eventTypes List<EventTypesEnum> an array of the types of callbacks that will be sent to this webhook

Enum: List<EventTypesEnum>

Name Value
SUBMISSION_COMPLETE "SUBMISSION_COMPLETE"
SIMILARITY_COMPLETE "SIMILARITY_COMPLETE"
SIMILARITY_UPDATED "SIMILARITY_UPDATED"
PDF_STATUS "PDF_STATUS"
GROUP_ATTACHMENT_COMPLETE "GROUP_ATTACHMENT_COMPLETE"