> 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

Send Scalyr alerts to Spike via webhook so your on-call team gets instant notifications for log-based anomalies.

### 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.

![](https://1743514643-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ln3jS1bJTTsE3yoEcOu%2Fuploads%2Fgit-blob-b8214651f8002a635ac442b1ebade331283436c8%2Fimage.png?alt=media)

#### Step 2

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

![](https://1743514643-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ln3jS1bJTTsE3yoEcOu%2Fuploads%2Fgit-blob-d27ed039147f37bbc040691238ba17ce4d85bfaa%2Fimage.png?alt=media)

```
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#}]]
```
