Forum Discussion
wadstromdev
May 07, 2020Copper Contributor
Trigger a playbook on an incident via API?
We can trigger playbooks manually on an incident from the incident page, but is it possible to do this via an API? The goal is to produce some sort of playbook chaining without having to build comple...
Javier-Soriano
Microsoft
May 07, 2020
Yes, you can build a Playbook which trigger is when an HTTP POST is received. As you can see in the screenshot below, you get the URL that you should use in your POST call. You can then execute this POST call from another LogicApp/Playbook.
Does that answer your question?
- wadstromdevMay 13, 2020Copper Contributor
Javier-Soriano sorry for the late reply. That seems like a good alternative, although not exactly what I'm after. Do you have any more details on the request body JSON schema or a link with more information so that I can poke around a bit more? 🙂