Constructor
# new Webhook(data)
Model constructor
Parameters:
Name | Type | Description |
---|---|---|
data |
WebhookLike
|
Classes
Members
String
# authentication
The authentication value to use when calling the URI. Should be 'key=value'. In case of header, this should be 'headername=headervalue'. Only required when the AuthenticationType is anything other than 'none'.
String
# authenticationType
The authentication type to use when calling the URI. Can be 'none', 'header'. Required.
# events
The event(s) that trigger the web hook. A comma-seperated list of events, for example 'user_added, user_deleted'. Required.
String
# language
The language of the web hook message that will be sent to the receiver. Not required for custom web hooks.