Skip to content
  • There are no suggestions because the search field is empty.

API: Integration with Power Automate

How to get data from the CyberPilot Report API into Power Automate

This guide explains how you can connect your Power Automate workflows with CyberPilot's Report API, and use the data provided by the API in your workflows. 

First you should add the HTTP Action "Invoke web service" from the left side Actions menu:

image (8)-1

 

The URL is the endpoint you want to fetch data from.

Remember to insert your own Account ID in this URL.

In the Custom headers field, you must input "Authorization: bearer <ACCESS_TOKEN>" to get access to the URL.

image (9)


 

Click Save, and then try to Run your workflow.

image (10)

 

The action should succeed with the following Flow variables:

 image (11)
 

 

In the WebServiceResponse, you will find all the data returned by the endpoint in JSON format.

image (12)

 

 

You are now able to use this data in your workflow in whatever way you want.

 

Still have a question?

Contact us at support@cyberpilot.io