Executes playbooks for multiple production issues in a single request. Each item in the inputList can either provide a message link or details. If bookName is specified for an item, the playbook is identified by name and messageLink/title are optional. Maximum 10 items per batch.
JWT token obtained from Auth0
Array of playbook execution inputs (maximum 10 items)
1 - 10 elementsPlaybook execution input. Either messageLink or time must be provided to specify when the issue occurred. If bookName is not provided, either messageLink or title must be specified to identify which playbook to run.
[
{
"messageLink": "https://slack.com/archives/C1234567890/p1234567890123456"
},
{
"title": "High memory usage detected",
"time": "2025-01-15T10:30:00Z",
"attributes": { "host": "web-server-01" }
}
]If true, sends enrichment results to the incident management tool for all executions
A Slack channel ID where results should be posted
"C1234567890"
Batch playbook execution completed
Error message if the playbook execution failed
"Failed to execute playbook: timeout"
Bottom-line summary containing root cause analysis, conclusions, and key insights derived from the playbook execution
"Root cause: Database connection pool exhaustion. The CPU spike correlates with increased database queries from the application layer. Immediate action: Scale database connection pool from 20 to 50 connections."
Array of gadget highlight results
Link to the Slack message thread where enrichment results were posted (only present when channelId was specified)
"https://slack.com/archives/C1234567890/p6543210987654321"
Array of actionable mitigations
Array of action execution results