Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.54 KB

WebhookRequestCompound.md

File metadata and controls

26 lines (21 loc) · 1.54 KB

EzmaxApi::Object::WebhookRequestCompound

Load the model package

use EzmaxApi::Object::WebhookRequestCompound;

Properties

Name Type Description Notes
pki_webhook_id int The unique ID of the Webhook [optional]
fki_ezsignfoldertype_id int The unique ID of the Ezsignfoldertype. [optional]
s_webhook_description string The description of the Webhook
e_webhook_module FieldEWebhookModule
e_webhook_ezsignevent FieldEWebhookEzsignevent [optional]
e_webhook_managementevent FieldEWebhookManagementevent [optional]
s_webhook_url string The URL of the Webhook callback
s_webhook_emailfailed string The email that will receive the Webhook in case all attempts fail
b_webhook_isactive boolean Whether the Webhook is active or not
b_webhook_issigned boolean Whether the requests will be signed or not [optional]
b_webhook_skipsslvalidation boolean Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
a_obj_webhookheader ARRAY[WebhookheaderRequestCompound] [optional]

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