> For the complete documentation index, see [llms.txt](https://docs.spike.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spike.sh/integrations-guideline/integrate-spike-with-scalyr.md).

# Integrate Spike with Scalyr

### Service and integration <a href="#service-and-integration" id="service-and-integration"></a>

Make sure to add the Scalyr integration and copy the webhook.

{% 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 Scalyr

#### Step 1

Go to the Alerts page and add a new alert.

![](/files/-MdHbbyIcd3Lb-uVKwu1)

#### Step 2

Paste the following in the **Email/Webhook** field. Make sure to add your Spike webhook URL in place of **SPIKE\_URL**

![](/files/-MdHbhdam2JrWOx4AlpB)

```
webhook-trigger:POST 
SPIKE_URL[[{"trigger":#trigger#,"description":#description#,"title":#title#,"link":#link#,"id":#id#}]],
webhook-resolve:POST
SPIKE_URL[[{"trigger":#trigger#,"description":#description#,"title":#title#,"link":#link#,"id":#id#}]]
```
