# Turning On Notifications for Communications

## Overview

When a patient sends a message (SMS, email, or chat), Welkin can notify care team members in real time. This page explains how to configure communication-related notifications in the Designer so that the right people are alerted when patient messages arrive.

***

## How Communication Notifications Work

When a patient sends a message:

1. The message arrives in the Inbox (or legacy communication center).
2. If notification rules are configured, the system sends an alert to the designated recipient(s).
3. The recipient clicks the notification to open the communication.

The Admin Portal controls where notification clicks route users – to the new Inbox or the legacy communication center. See [Admin Portal Overview](https://welkin-health-1.gitbook.io/welkin-health-docs/admin) for details.

***

## Configuring Communication Notifications in the Designer

1. In the Designer, navigate to **Notifications**.
2. Click **+ Add Notification** or edit an existing one.
3. Set the **trigger** to a communication event:
   * "Incoming SMS received"
   * "Incoming email received"
   * "Incoming chat message received"
4. Define **recipients** – typically the assigned care team member or primary contact.
5. Choose **delivery channels** – in-app, email, or both.
6. Save and publish.

***

## Admin Portal: Inbox Notification Routing

In the Admin Portal under **Feature Settings → Environment → Inbox Notifications**:

* **Enabled** – clicking a notification opens the new Inbox
* **Disabled** – clicking a notification opens the legacy patient-level communication center

See [Inbox](https://github.com/welkincloud-io/welkin-docs/blob/master/kb/care/inbox.md) for the full Inbox guide.

***

## Publishing

Create a draft in the Designer and publish to apply notification configuration changes.


---

# 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.welkinhealth.com/designer/notifications-and-communications/turning-on-notifications-for-communications.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.
