Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.03 KB

File metadata and controls

18 lines (13 loc) · 1.03 KB

Webhook

Webhook destination for notifications. The property url is required on create and update.

Properties

Name Type Description Notes
type str The destination type. defaults to "WEBHOOK"
has_secret_key bool, none_type Flag indicating if webhook has a hmac secret key. [optional] [readonly]
has_token bool, none_type Flag indicating if webhook has a token. [optional] [readonly]
secret_key str, none_type Hmac secret key for the webhook signature. [optional]
token str, none_type Bearer token for the webhook. [optional]
url str The webhook URL. [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]