> 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-logz.md).

# Integrate Spike with Logz

### Service and Integration

Make sure to add a Logz.io 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 Logz.io

**Step 1**

From the Alerts tab, go to **Notification Endpoints.**

![](/files/-MhCkZWS0AXMnxlN0Yfh)

**Step 2**

Add a new notification endpoint. Paste the Spike webhook URL and make the request type as `POST`

Paste the below template and save.

```
{
    "alert_title": "{{alert_title}}",
    "alert_description": "{{alert_description}}",
    "alert_severity": "{{alert_severity}}",
    "account_id": "{{account_id}}",
    "account_name": "{{account_name}}",
    "alert_samples": "{{alert_samples}}",
    "alert_tags_json": "[{{alert_tags_json}}]"
}
```

![](/files/-MhCm854lj7KkfBKzS2z)
