{
"workflows": [
{
"id": "12345678-1234-1234-1234-123456789abc",
"name": "ms-teams-alerts-workflow",
"description": "Sends an API to MS Teams alerts endpoint",
"created_by": "[email protected]",
"creation_time": "2025-07-02T09:42:13.334103Z",
"triggers": [
{
"type": "alert"
}
],
"interval": 0,
"last_execution_time": null,
"last_execution_status": null,
"providers": [
{
"type": "webhook",
"id": "provider123456789abcdef",
"name": "teams-integration",
"installed": true
},
{
"type": "webhook",
"id": null,
"name": "backup-teams-integration",
"installed": false
}
],
"workflow_raw_id": "teams-webhook",
"workflow_raw": "id: teams-webhook\ndescription: Sends an API to MS Teams alerts endpoint\ntriggers:\n- type: alert\n filters:\n - key: annotations.ms-teams-alerts-workflow\n value: enabled\nname: ms-teams-alerts-workflow\n...",
"revision": 11,
"last_updated": "2025-07-03T08:57:09.881806Z",
"invalid": false,
"last_execution_started": null
},
{
"id": "87654321-4321-4321-4321-987654321def",
"name": "webhook-alerts-workflow",
"description": "Workflow for sending alerts to custom webhook",
"created_by": "[email protected]",
"creation_time": "2025-06-19T12:49:37.630392Z",
"triggers": [
{
"type": "alert"
}
],
"interval": 0,
"last_execution_time": null,
"last_execution_status": null,
"providers": [
{
"type": "webhook",
"id": "webhook987654321fedcba",
"name": "custom-webhook",
"installed": true
}
],
"workflow_raw_id": "webhook-alerts",
"workflow_raw": "id: webhook-alerts\ndescription: Workflow for sending alerts to custom webhook\n...",
"revision": 2,
"last_updated": "2025-06-19T12:51:24.643393Z",
"invalid": false,
"last_execution_started": null
}
]
}