> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/alerts/destinations/mindflow.md).

# Mindflow Destination

## **Overview**

Destinations are integrations that receive alerts from rules, policies, system health notifications, and rule errors. Panther supports configuring [Mindflow](https://mindflow.io/) as the destination where you will receive alerts.

## How to set up Mindflow alert destinations in Panther

To set up this integration, you will create a workflow in Mindflow with a webhook trigger. In addition to receiving Panther alerts, you can also call the [Panther API](/panther-developer-workflows/api.md) from within workflows in Mindflow.

### Step 1: Create a Flow in Mindflow

1. In your Mindflow console, click **Flows**.
2. In the upper-right corner, click **+ Create**.\
   ![On a page titled "Flows," an arrow is drawn from a "Flows" option in a navigation bar to a "+ Create" button.](/files/TPNTR4EnVFh61wQsvIxT)
3. In the upper-left corner, replace `Untitled flow` with a descriptive name, like `Panther alerts`.
4. Click the gear (settings) icon, then the **Triggers** tab.
5. Under **Triggers configuration**, click the **Webhook** toggle on.
6. Copy the **Webhook (asynchronous)** value, and store it in a secure location. You will need it in Step 2, below.\
   ![An arrow is drawn from a gear icon to a tab labeled "Triggers." A toggle labeled "Webhook" is circled. A URL value underneath a "Webhook (asynchronous)" label is circled.](/files/ApgLuYqttzBMKnrteSCx)
7. (Optional) Add additional steps to the Flow. You may wish to call the [Panther API](/panther-developer-workflows/api.md) from subsequent steps.

### Step 2: Configure the Mindflow alert destination in Panther

1. In the left-hand navigation bar of your Panther Console, click **Configure** > **Alert Destinations**.
2. Click **+Add your first Destination**.
   * If you have already created Destinations, click **Create New** in the upper right side

     of the page to add a new Destination.
3. Click **Mindflow**.
4. Fill out the form to configure the Destination:
   * **Display Name**: Enter a name for your Mindflow alert destination.
   * **Custom Webhook URL**: Enter the webhook URL you generated in Mindflow in Step 1.
   * **Severity**: Select the severity level of alerts to send to Mindflow.
   * **Alert Types**: Select the alert types to send to Mindflow.
   * **Log Types**: By default, we will send alerts from all log types. Specify log types here if you want to only send alerts from specific log types.
   * **Allow Manual Dispatch**: Set this toggle ON if you'd like to be able to [manually dispatch alerts](https://docs.panther.com/alerts#manual-alert-dispatch) to this destination.\
     ![Under a header reading "Configure your Mindflow Destination" there are various form fields, like Webhook URL and Severity Levels.](/files/nGhoP0k3C6LnKIR4Tko6)
5. Click **Add Destination**.
6. (Optional) Click **Send test alert**.
   * If the test alert is delivered successfully, the Flow you created in Mindflow in Step 1 will say **Deploy in progress (manual)**.\
     ![A banner reading "Deploy in progress (manual)" is circled.](/files/FeDwy3agvZsH8NO642XK)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.panther.com/alerts/destinations/mindflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
