Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.37 KB

WebhookRequestCompound.md

File metadata and controls

22 lines (18 loc) · 1.37 KB

eZmaxApi.Model.WebhookRequestCompound

A Webhook Object and children

Properties

Name Type Description Notes
PkiWebhookID int The unique ID of the Webhook [optional]
FkiEzsignfoldertypeID int The unique ID of the Ezsignfoldertype. [optional]
SWebhookDescription string The description of the Webhook
EWebhookModule FieldEWebhookModule
EWebhookEzsignevent FieldEWebhookEzsignevent [optional]
EWebhookManagementevent FieldEWebhookManagementevent [optional]
SWebhookUrl string The URL of the Webhook callback
SWebhookEmailfailed string The email that will receive the Webhook in case all attempts fail
BWebhookIsactive bool Whether the Webhook is active or not
BWebhookIssigned bool Whether the requests will be signed or not [optional]
BWebhookSkipsslvalidation bool Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
AObjWebhookheader List<WebhookheaderRequestCompound> [optional]

[Back to Model list] [Back to API list] [Back to README]