# Tines

We support Tines as a destination so our customers can trigger different workflows.

{% stepper %}
{% step %}
**Create a Tines Webhook**

Create a Tines webhook to receive a notification event from Teleskope and copy the webhook URL, formatted as the following:

[https://tenant.tines.com/webhook/\<path>/\<secret>](https://tenant.tines.com/webhook/%3Cpath%3E/%3Csecret%3E.)
{% endstep %}

{% step %}
**Setup the Tines Integration in Teleskope**

Under Policy Maker, setup the tines integration with your tenant name. For example, if your webhook URL is <https://growing-grass-1222.tines.com/> your tenant name is growing-grass-1222

<figure><img src="/files/o9aIjcNNLxJbofaWk15y" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Create a policy**

Under Policy Maker, in step 4, select "Send to Tines" as the action. For each policy, you will need to input the path, and secret, of the Tines webhook

<figure><img src="/files/GUpZ7JuwA2vVV4AsCdq6" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.teleskope.ai/alerting-integrations/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.
