Webhooks

Last updated
Was this helpful?
Was this helpful?
{
"alert_id": "alert.id",
"name": "alert.name",
"severity": "alert.severity"
}{
"alert_id": "{{ alert_id }}",
"name": "{{ alert_name }}",
"severity": "{{ alert_severity }}"
}{
"event": "alert_state_change",
"alert": {
"id": 98,
"name": "Webhook Test",
"options": [
{
"alertType": "simple alert",
"anomalySwitch": false,
"column": "value",
"op": "!=",
"selectionCondition": "any",
"timeColumn": "timestamp",
"value": 0,
"muted": false,
"trackDuration": 15,
"severityType": "critical"
}
],
"state": "ok",
"last_triggered_at": "2025-01-28T17:29:16.088Z",
"updated_at": "2025-01-28T17:29:16.084Z",
"created_at": "2025-01-28T16:59:33.174Z",
"rearm": null,
"query_id": 514,
"user_id": 1,
"severity": "info",
"rows": []
},
"url_base": "test-instance.apica.io"
}