In the Step Selection (once you go into a playbook, at the top left), there is ‘Blocks’, which you can use to attach a block to a particular step in a playbook.
Alternatively, in the swagger you can use the endpoint /api/external/v1/playbooks/AttachenestedWorkflowToCase, to attach a block to a case.
You can attach a block to run as if it were a playbook using the ‘Attach Playbook to Alert’ action from the tools powerup, however this will not allow you to provide manual input to the block.
is there any action where we can attach block to case/alert ?
In ide i can see attach playbook but not block
You can call a “Initialization playbook” that will only contain your block, and set it to “Manual” instead of “Auto”, and then the users will gonna need to fill in the block`s inputs.