# Notification Channels

Inspector is able to detect a variety of events in your application for which you can be notified in Real-Time.

### What types of notifications can you receive?

| Name                        | Description                                 |
| --------------------------- | ------------------------------------------- |
| **New Error**               | When a brand new error is detected.         |
| **10^nth Error Occurrence** | When an error occurs 10, 100, 1000+ times.  |
| **Error Frequency**         | When the frequency of an error rears up.    |
| **Error Occurrence**        | Every time an error occurrence is detected. |
| **Transaction**             | When a brand new transaction is detected.   |
| **Alert**                   | On an alert threshold violation.            |

### Supported channels

Thanks to channels you can connect the monitoring system with your workspace sending notifications across a variety of tools, including E-mail, Slack, Webhooks, SMS, and others.

You can enable one or more channels for each application, distributing different notifications on different channels based on your preferences and priorities.

{% content-ref url="notifications/email-channel" %}
[email-channel](https://docs.inspector.dev/concepts/notifications/email-channel)
{% endcontent-ref %}

{% content-ref url="notifications/slack-channel" %}
[slack-channel](https://docs.inspector.dev/concepts/notifications/slack-channel)
{% endcontent-ref %}

{% content-ref url="notifications/telegram" %}
[telegram](https://docs.inspector.dev/concepts/notifications/telegram)
{% endcontent-ref %}

{% content-ref url="notifications/microsoft-teams" %}
[microsoft-teams](https://docs.inspector.dev/concepts/notifications/microsoft-teams)
{% endcontent-ref %}

{% content-ref url="notifications/google-chat" %}
[google-chat](https://docs.inspector.dev/concepts/notifications/google-chat)
{% endcontent-ref %}

{% content-ref url="notifications/webhook-channel" %}
[webhook-channel](https://docs.inspector.dev/concepts/notifications/webhook-channel)
{% endcontent-ref %}

{% content-ref url="notifications/discord" %}
[discord](https://docs.inspector.dev/concepts/notifications/discord)
{% endcontent-ref %}

{% content-ref url="notifications/pushover" %}
[pushover](https://docs.inspector.dev/concepts/notifications/pushover)
{% endcontent-ref %}

{% content-ref url="notifications/pagerduty" %}
[pagerduty](https://docs.inspector.dev/concepts/notifications/pagerduty)
{% endcontent-ref %}

{% content-ref url="notifications/twilio-sms" %}
[twilio-sms](https://docs.inspector.dev/concepts/notifications/twilio-sms)
{% endcontent-ref %}

### Limitations

Notification Channels are associated to each application. You can use a limited number of channels per application based on your subscription plan.


---

# 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.inspector.dev/concepts/notifications.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.
