Occurs once a new webhook has been created.
This request contains the X-Hook-Key header, which is required to activate your webhook.
| Name | Description | Type | Additional information |
|---|---|---|---|
|
ActivationRequired
Indicates the webhook should be activated
Type
boolean
|
|||
| ActivationRequired |
Indicates the webhook should be activated |
boolean | |
|
WebhookId
The id of the webhook which triggered this request
Type
integer
|
|||
| WebhookId |
The id of the webhook which triggered this request |
integer | |
|
EventName
The EventName which triggered this request
Type
string
|
|||
| EventName |
The EventName which triggered this request |
string | |
| Links |
HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic. |
Hateoas | |
{
"ActivationRequired": true,
"WebhookId": 2,
"EventName": "sample string 3"
}
<ActivationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <EventName>sample string 3</EventName> <WebhookId>2</WebhookId> <ActivationRequired>true</ActivationRequired> </ActivationResult>