curl "https://your-collabase.ch/api/v1/automation/templates?category=testing" \
-H "Authorization: Bearer cba_live_..."
[
{
"id": "tpl-001",
"name": "Notify Slack on Test Failure",
"description": "Sends a Slack DM when a critical test case fails.",
"category": "testing",
"tags": ["slack", "testing", "alerting"],
"downloads": 142
}
]
Browse public automation templates.
curl "https://your-collabase.ch/api/v1/automation/templates?category=testing" \
-H "Authorization: Bearer cba_live_..."
[
{
"id": "tpl-001",
"name": "Notify Slack on Test Failure",
"description": "Sends a Slack DM when a critical test case fails.",
"category": "testing",
"tags": ["slack", "testing", "alerting"],
"downloads": 142
}
]
curl "https://your-collabase.ch/api/v1/automation/templates?category=testing" \
-H "Authorization: Bearer cba_live_..."
[
{
"id": "tpl-001",
"name": "Notify Slack on Test Failure",
"description": "Sends a Slack DM when a critical test case fails.",
"category": "testing",
"tags": ["slack", "testing", "alerting"],
"downloads": 142
}
]
Was this page helpful?