# Integrate Spike with Tenderly

### Service and Integration

Make sure to make a Tenderly integration and copy the webhook URL.

{% content-ref url="/pages/-Ln3rb4wLUFeI-OAPcmq" %}
[Create integration and service on our dashboard](/integrations-guideline/create-integration-and-service-on-dashboard.md)
{% endcontent-ref %}

### Using Webhooks with Tenderly

#### Step 1

From the left-hand menu, go to **Alerts ->** **Destinations** tab, where you'll see a list of all the available destinations.

<figure><img src="/files/NszX7t6ZtLmX9m0fQzvf" alt=""><figcaption></figcaption></figure>

#### Step 2

To create a webhook alert destination, click on the Webhook card, which will open up the configuration modal. You'll be prompted to configure the following options:

* **Webhook name** - Must be unique and cannot be changed later
* **Webhook URL** - Paste the Spike integration URL here
* **Description** - Optional parameter, but you can use it to provide more information about the webhook configuration

<figure><img src="/files/WA6cQ6Nr0VKaKjHJnbMG" alt=""><figcaption></figcaption></figure>

#### Step 3

Add webhook and save the destination.\
If everything works as expected and you've received the event, click on the Add Webhook button. This action will add the new webhook destination to the Active Destinations list.


---

# 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.spike.sh/integrations-guideline/integrate-spike-with-tenderly.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.
