---
title: New Relic notification actions
source: https://docs.newrelic.com/docs/workflow-automation/setup-and-configure/actions-catalog/newrelic/notification/newrelic-notification
---

This page provides a reference for all New Relic notification actions available in the workflow automation actions catalog. These actions let you send messages to configured destinations, generate human-in-the-loop signal URLs, and trigger other workflow runs.

## Prerequisites

Before using New Relic notification actions in workflow automation, ensure you have:

-   A New Relic account with appropriate permissions.
-   A New Relic license key (if sending data to a different account).
-   The necessary permissions for the specific New Relic services you plan to use.

See [License Key](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys#license-key) for information on how to create and manage your New Relic Account License Key.

## Notification actions

The following table lists all available New Relic notification actions.

| Action identifier                          | Description                                                                                                                                                                           | Reference                                                                                                                                                                                    |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `newrelic.notification.send`               | Sends a message or email to a configured New Relic destination. Supports Slack, email, and Microsoft Teams via a single generic action.                                               | [Send a notification](https://docs.newrelic.com/docs/workflow-automation/setup-and-configure/actions-catalog/newrelic/notification/newrelic-notification-send)                               |
| `newrelic.notification.sendMicrosoftTeams` | Sends a message to a Microsoft Teams channel via a configured New Relic destination.                                                                                                  | [Send a Microsoft Teams notification](https://docs.newrelic.com/docs/workflow-automation/setup-and-configure/actions-catalog/newrelic/notification/newrelic-notification-sendmicrosoftteams) |
| `newrelic.notification.sendEmail`          | Sends an email to a configured New Relic email destination, with optional QUERY, RAW, or dashboard snapshot attachments.                                                              | [Send an email](https://docs.newrelic.com/docs/workflow-automation/setup-and-configure/actions-catalog/newrelic/notification/newrelic-notification-sendemail)                                |
| `newrelic.notification.sendSlack`          | Sends a Slack message to a channel via a configured New Relic destination. Supports plain text and Block Kit blocks.                                                                  | [Send a Slack message](https://docs.newrelic.com/docs/workflow-automation/setup-and-configure/actions-catalog/newrelic/notification/newrelic-notification-sendslack)                         |
| `newrelic.notification.createSignalUrl`    | Generates a URL to deliver to a person so they can send a signal to a paused workflow run. Use with a notification action and a wait step to implement the human-in-the-loop pattern. | [Create a signal URL](https://docs.newrelic.com/docs/workflow-automation/setup-and-configure/actions-catalog/newrelic/notification/newrelic-notification-createsignalurl)                    |

## Workflow automation actions

The following table lists available workflow automation actions. These actions trigger other workflow runs from within a running workflow.

| Action identifier                              | Description                                    | Reference                                                                                                                                                                   |
| ---------------------------------------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `newrelic.workflowAutomation.startWorkflowRun` | Triggers a workflow run via the NerdGraph API. | [Run a workflow](https://docs.newrelic.com/docs/workflow-automation/setup-and-configure/actions-catalog/newrelic/notification/newrelic-workflowautomation-startworkflowrun) |
