# Tines Destination

## Overview

Destinations are integrations that receive alerts from rules, policies, system health notifications, and rule errors. Panther supports configuring Tines as the destination where you will receive alerts.

Sending Panther alerts to Tines means you can configure automated workflows in Tines that are initiated when a Panther alert is received.

## How to set up Tines as an alert destination

To configure Tines as an alert destination in Panther, you'll need to create a Tines story, then use its webhook URL to configure a destination in Panther.

### Step 1: Create a story in Tines

1. Log in to your Tines Console.
2. Follow the [Tines documentation on how to to create a story](https://www.tines.com/docs/quickstart/simple-story).
   * For the **Action type**, select the [**Webhook Action**](https://www.tines.com/docs/actions/types/webhook).
   * Give the action a descriptive **Name**, like "Receive Panther Alerts."
3. Copy the webhook URL. You will need it in the next step of this process.

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

1. Log in to the Panther Console.
2. In the left sidebar, click **Configure > Alert Destinations**.
3. 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.
4. Click **Tines (Webhook)**.
5. Fill out the form to configure the Destination:
   * **Display Name**: Enter a descriptive name.
   * **Tines Webhook URL**: Enter the Tines webhook URL you generated in the [previous step of this documentation](#step-1-create-a-story-in-tines).
   * **Severity**: Select the severity level of alerts to send to this Destination.
   * **Alert Types**: Select the alert types to send to this Destination.
   * **Log Type**: 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.\
     ![](https://4011785613-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LgdiSWdyJcXPahGi9Rs-2910905616%2Fuploads%2Fgit-blob-9e9a2e65c97258448a392b36339086a513e53e5a%2Fimage.png?alt=media)
6. Click **Add Destination**.
7. On the final page, optionally click **Send Test Alert** to test the integration. When you are finished, click **Finish Setup**.

## Additional Information on Destinations

For more information on alert routing order, modifying or deleting destinations, and workflow automation, please see the Panther docs: [Destinations](https://docs.panther.com/alerts/destinations).


---

# Agent Instructions: 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:

```
GET https://docs.panther.com/alerts/destinations/tines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
