Configuration
In order to setup the Webhook configuration you need the following:| Setting | Description |
|---|---|
| Name | A name to identify the webhook |
| URL | The url to call from the webhook |
| Access Key | An API key the client can use to identify that the call is in fact coming from Enterspeed |
Request
The request to the client-configured URL will be made with the following configuration.| Setting | Value | Description |
|---|---|---|
| Retry count | 3 | How many times the webhook will try to send the request |
| Timeout | 10 | The request timeout in seconds |
| HTTP method | POST | The requests is made as a POST |
| Headers | X-Api-KeyX-Enterspeed-Webhook-NameX-Enterspeed-System | The following headers will be send with the request. X-Api-Key will hold a key so that the client can validate that the request is actually coming from Enterspeed X-Enterspeed-Webhook-Name will hold the name of the webhook X-Enterspeed-System will hold the version number of the webhook |