Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.46 KB

WebhookRequestCompound.md

File metadata and controls

21 lines (17 loc) · 1.46 KB

WebhookRequestCompound

Properties

Name Type Description Notes
pkiWebhookID NSNumber* The unique ID of the Webhook [optional]
fkiEzsignfoldertypeID NSNumber* The unique ID of the Ezsignfoldertype. [optional]
sWebhookDescription NSString* The description of the Webhook
eWebhookModule FieldEWebhookModule*
eWebhookEzsignevent FieldEWebhookEzsignevent* [optional]
eWebhookManagementevent FieldEWebhookManagementevent* [optional]
sWebhookUrl NSString* The URL of the Webhook callback
sWebhookEmailfailed NSString* The email that will receive the Webhook in case all attempts fail
bWebhookIsactive NSNumber* Whether the Webhook is active or not
bWebhookIssigned NSNumber* Whether the requests will be signed or not [optional]
bWebhookSkipsslvalidation NSNumber* Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
aObjWebhookheader NSArray<WebhookheaderRequestCompound>* [optional]

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