PlaybookRuns
Run an item's slash command
put/plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/item/{item}/run
Path parameters
idstring required
ID of the playbook run whose item will be executed.
checklistinteger required
Zero-based index of the checklist whose item will be executed.
iteminteger required
Zero-based index of the item whose slash command will be executed.
Response
Item's slash command successfully executed.
Example response
{
"trigger_id": "ceenjwsg6tgdzjpofxqemy1aio"
}