Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 890 Bytes

WebhookData.md

File metadata and controls

16 lines (11 loc) · 890 Bytes

WebhookData

Properties

Name Type Description Notes
url str The URL of the webhook endpoint.
enabled_events [str] The list of events to enable for this endpoint.
test_mode bool Specified whether it was created with a carrier in test mode
description str, none_type An optional description of what the webhook is used for. [optional]
disabled bool, none_type Indicates that the webhook is disabled [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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