For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhooks integration

Receive your decube alerts to an endpoint of your choice by using our webhooks integration.

When we raise an incident alert, we can also send it to a URL of your choice once it is set up in your organization.

Setting Up Webbooks

URL Validation: When setting up webhooks, it's essential to ensure the URL you provide is accurate. Validate your URL by clicking the "Test" button. A successful test ensures proper integration.

HTTP Header and Token: Additionally, make sure to provide a valid HTTP Header and associated token for effective and secure webhook functionality.

Sample payload

This is a sample payload in json which will be sent to the webhook.

If you would like to use the below payload to build a URL to the Incidents detail page in Decube, you can do so by using the following parameters: https://{region}.decube.io/incidents/{"incident":{"id"}}

Example output: https://apac.decube.io/incidents/17

Last updated