You can define properties such as the
name
, description
. After creation, the webhook’s unique id
will be returned in the response. This ID can be used to programmatically submit event payloads to the webhook via the Submit Webhook Event endpointUse cases:
- Third-party alert ingestion — Accept alert data from platforms like AWS, GCP, or GitHub Actions into your incident workflow.
- Custom monitoring integration — Create webhook endpoints for internal tools to trigger incidents in real time.
- Event-driven automation — Streamline operational response by forwarding external events to your ruleset system.
To inspect or manage existing webhooks, use Get Webhooks.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will create a new webhook and return the webhook ID.
- If the request is invalid, the system will return an error message with details of the invalid fields.