I'm using Ribbon Workbench to create a WebHook button in the ribbon. The WebHook button is connected to a Power Automate Flow. When the flow is done, it stops with a HTTP Response, code 200.
In the Ribbon Workbench there is a possibility to add some Javascript when the flow was successful.(Success Callback Javascript)
Is there a way to read the header or body from the HTTP response and show it on the screen through an alert??