Talk to the Team

Tell us about your stack and the privacy problems you're trying to solve. We typically respond within one business day.

Prefer email? support@philterd.ai

Prefer to skip the form? Pick a time on our calendar →
or send a message

Please do not enter PII or PHI in this form. If you need to share an example, use a sanitized one.

Microsoft Power Automate (formerly Microsoft Flow) is an online application to automate tasks using an intuitive online editor. Using the tool you can create automations that are triggered by events, such as receiving an email or a new file being stored in OneDrive. In this example solution we will create a trivial automation that uses Philter to filter sensitive information from text.

We will use an HTTP step to make the call to Philter. An upstream action sets the content of Input that we are putting into the body of the message. The Input is plain text, so we add an HTTP Content-Type header with the value of text/plain. In our example, the value of Input will be “George Washington was president and his SSN was 123-45-6789.” Be sure to replace the IP address in the URI with the IP address or hostname of your Philter instance.

Configuration of the HTTP action.

We are now ready to run our flow. We can do so by clicking the Run button. You can then switch to the Runs view to see the run.

The Runs view in Power Automate.

Clicking on our run, we can see the results of the HTTP step.

Run status of the HTTP step.

In the screen capture above, we can see a summary of the HTTP step run. We see the body of the message that was sent to Philter, and at the bottom we can see the filtered text that was returned by Philter.

Integrating Philter with Microsoft Power Automate is a fairly trivial exercise thanks to Philter’s API. Although this example was simple, it shows the potential for using Philter with Microsoft Power Automate.