---
title: Notifications
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Event Management > Events Explorer > Notifications
---

# Notifications

## Overview{% #overview %}

Datadog supports `@notifications` in the messages of events when [posted by the API](https://docs.datadoghq.com/api/latest/events.md#post-an-event). For example:

{% dl %}

{% dt %}
`@all`
{% /dt %}

{% dd %}
Sends a notification to all members of your organization.
{% /dd %}

{% dt %}
`@test@example.com`
{% /dt %}

{% dd %}
Sends an email to `test@example.com`.
{% /dd %}

{% dt %}
`@slack-<SLACK_ACCOUNT>-<CHANNEL_NAME>`
{% /dt %}

{% dd %}
Posts the event or graph to the specified Slack channel.
{% /dd %}

{% dt %}
`@webhook`
{% /dt %}

{% dd %}
Alerts or triggers the webhook. See the [blog post on webhooks](https://www.datadoghq.com/blog/send-alerts-sms-customizable-webhooks-twilio).
{% /dd %}

{% /dl %}

See [Notifications](https://docs.datadoghq.com/monitors/notify.md) to learn more.

## Further reading{% #further-reading %}

- [Learn more about notification options](https://docs.datadoghq.com/monitors/notify.md)
