Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 2.27 KB

CustomWebhookResponse.md

File metadata and controls

33 lines (28 loc) · 2.27 KB

EzmaxApi::Object::CustomWebhookResponse

Load the model package

use EzmaxApi::Object::CustomWebhookResponse;

Properties

Name Type Description Notes
pki_webhook_id int The unique ID of the Webhook
s_webhook_description string The description of the Webhook
fki_ezsignfoldertype_id int The unique ID of the Ezsignfoldertype. [optional]
s_ezsignfoldertype_name_x string The name of the Ezsignfoldertype in the language of the requester [optional]
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
s_webhook_apikey string The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
s_webhook_secret string The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
b_webhook_isactive boolean Whether the Webhook is active or not
b_webhook_issigned boolean Whether the requests will be signed or not
b_webhook_skipsslvalidation boolean Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
obj_audit CommonAudit
s_webhook_event string The concatenated string to describe the Webhook event [optional]
a_obj_webhookheader ARRAY[WebhookheaderResponseCompound] [optional]
pks_customer_code string The customer code assigned to your account
b_webhook_test boolean Wheter the webhook received is a manual test or a real event

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