# Notifications

GRAX sends email notifications to keep you and your team aware of changes and insights about your data. These consist of:

* Data activities around search, archive, restore, and seeding
* User management around password changes
* Problems around Salesforce OAuth connection
* Periodic summaries around Backup, Archive and Data Lake usage

## App Notifications

GRAX sends real-time notifications for important events that happen in the app.

### App Admins

The app requires one or more valid admin emails to contact about critical problems like OAuth connection issues. To set these go to the [settings](/other/settings.md) and update "GRAX Admin Email Address" with a list of admins.

### Critical Notifications

| Type                      | Frequency | Description                                                                                                                               |
| ------------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Salesforce Connection     | Daily     | [GRAX can't connect to Salesforce](#salesforce-connection-notifications)                                                                  |
| Storage Connection        | Daily     | [GRAX can't connect to bucket storage](#storage-connection-notifications)                                                                 |
| Missing Field Permissions | Weekly    | [GRAX is missing access to some previously synced object fields and can't back them up anymore](#missing-field-permissions-notifications) |

*Note that critical notifications don't send to sandboxes.*

### **Salesforce Connection Notifications**

Most lost connections to Salesforce are either a temporary timeout or a result of changes to your [GRAX Integration User](/other/permissions-and-access/integration-user.md).

* Connections issues are often temporary. As a first step, check if the connection is back up by clicking Settings in your left hand menu and check the status of the Salesforce connection.<br>

  <figure><img src="/files/YhlUCRQ098RB4ZQxLLtT" alt=""><figcaption><p>Salesforce Connection Panel</p></figcaption></figure>

  * If Salesforce is Green and "Connected," your Salesforce Connection is working.
  * If you receive multiple instances of this notification that self resolve, contact the [GRAX Support](/support/get-support.md) team to investigate the frequent disconnects.
* Reconnect your GRAX Integration user in the Salesforce Settings pictured above.
  * Take a screenshot of any errors you receive and provide them to your Salesforce Admin or GRAX Support if reconnecting does not work.
* Check with your Salesforce Admin team if there have been any recent changes that may have impacted the GRAX Integration user.
* Reference the documentation on [Connecting Salesforce](/other/settings/connecting-salesforce.md) for additional information.

### **Storage Connection Notifications**

Most lost storage connections are either a temporary timeout or a result of changes to your cloud infrastructure.

* Connections issues are often temporary. As a first step, confirm it is still down by checking Object Storage in your GRAX Application by clicking "Settings" in your left hand menu.<br>

  <figure><img src="/files/eg9VFmklMmvDjgRqYxYt" alt=""><figcaption><p>Storage Settings Panel</p></figcaption></figure>

  * If Object Storage is Green and "Connected," your Storage Connection is working
  * If you receive multiple instances of this notification that self resolve, contact the [GRAX Support](/support/get-support.md) team to investigate the frequent disconnects.
* Check with your Cloud Infrastructure team if there have been any recent changes that may have blocked GRAX access to the storage location.
* Verify the correct authentication settings for your Storage Connection in Settings.
* Reference the documentation on [Connecting Storage](/other/settings/connecting-storage.md),

{% hint style="danger" %}
**Data Loss and Corruption Possible**

Changing the storage target after starting Backup risks corruption and/or loss of the entire dataset. For more information about how GRAX stores your data, see technical documentation on [Longterm Storage](/infrastructure/other/blob-storage.md).
{% endhint %}

### **`Missing Field Permissions` Notifications**

You'll receive `Missing Field Permission` notifications when GRAX has identified at least one object that has missing field permissions.

See our [Missing Field Permissions doc](/protect-data/backup/missing-field-permissions.md) for additional details about the `Missing Field Permissions` tool and how to correct missing field permissions.

### Notification Feed

In the App, click the user icon in the upper right, then "Notifications" to see a feed of all your notifications.

## Periodic Notifications

GRAX also sends occasional updates like a monthly data summary, monthly newsletter, product announcements and usage surveys.

To unsubscribe from these notifications, use the unsubscribe link in the email footer.

## Additional Information

If you need additional assistance with Critical Notifications contact the [GRAX Support](/support/get-support.md) team.


---

# 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://documentation.grax.com/other/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.
