# Integrate Spike with Zabbix

### Service and Integration

Make sure to make a Zabbix 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 Zabbix

#### Step 1

Create a new media type in Zabbix: Go to "Administration" -> "Media types" and click "Create media type". In the "Type" field, select "Webhook". In the "URL" field, enter the URL of the Spike.sh integration webhook endpoint. You can also specify any additional parameters, such as headers or payload, in the "Headers" and "Body" fields.

#### Step 2

Assign the media type to a user: Go to "Administration" -> "Users" and select the user you want to receive alerts. In the "Media" tab, click "Add" and select the media type you just created. Enter any additional parameters.

#### Step 3

Create a new action: Go to "Configuration" -> "Actions" and click "Create action". Give the action a name and select the conditions under which the action should trigger. In the "Operations" tab, click "Add" and select the media type and user you just configured.

#### Step 4

Save the action and test it: Once you've saved the action, you can test it by triggering the conditions you configured in step 3. If everything works correctly, you should see alerts sent to the webhook URL you specified in step 1.

***

***


---

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