Name | Description | Type | Additional information |
---|---|---|---|
Id |
Id of the WebHookSubscription. |
integer |
None. |
Name |
Name of the WebHookSubscription. |
string |
None. |
WebHookSubscriptionPackages |
The subscribed webhook event packages. |
Dictionary of integer [key] and string [value] |
None. |
Uri |
The uri to the receiving application. |
string |
None. |
DefaultHeaders |
Default headers that are required by the receiving application. |
Dictionary of string [key] and Collection of string [value] |
None. |
IsActive |
Determines if the subscription is in use or not. |
boolean |
None. |
AppId |
The AppId for the receiving application. |
string |
None. |
Secret |
The key for the receiving application. Use as a shared secret. |
string |
None. |
BatchWebhooks |
Determines if the webhooks should be sent in batches |
boolean |
None. |
BatchSize |
The amount of webhooks to be sent in each batch |
integer |
None. |
HideHeaderData |
Are the headers visible externally |
boolean |
None. |