Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.01 KB

WebhookResponseCompound.md

File metadata and controls

26 lines (22 loc) · 2.01 KB

WebhookResponseCompound

Properties

Name Type Description Notes
pkiWebhookID NSNumber* The unique ID of the Webhook
sWebhookDescription NSString* The description of the Webhook
fkiEzsignfoldertypeID NSNumber* The unique ID of the Ezsignfoldertype. [optional]
sEzsignfoldertypeNameX NSString* The name of the Ezsignfoldertype in the language of the requester [optional]
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
sWebhookApikey NSString* The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
sWebhookSecret NSString* The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
bWebhookIsactive NSNumber* Whether the Webhook is active or not
bWebhookIssigned NSNumber* Whether the requests will be signed or not
bWebhookSkipsslvalidation NSNumber* Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
objAudit CommonAudit*
sWebhookEvent NSString* The concatenated string to describe the Webhook event [optional]
aObjWebhookheader NSArray<WebhookheaderResponseCompound>* [optional]

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