Defining a Webhook
Webhooks can be setup via our KOLO Central Developer tab. Once a webhook is setup, webhook is considered “live”. You can configure your webhook with the following information:
- Name – string (required)
- Event Type - array of strings (
alert.created,alert.resolved) (required)allor one of event types
- Alert Type - array of strings (required)
allor one or many of alert types
- Description – string (optional)
- Method - string, could be one of the following (required)
- Get
- Post
- Put
- Patch
- Delete
- URL – string (required), valid URL string that starts with
https:// - Request headers - one or multiple of the following. (optional)
- Header - string
- Value - string