> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/access-and-security/notification-settings.md).

# Notification settings

Choose recipients for SharinPix notifications.

Use notification settings to choose who receives SharinPix notifications.

This tab is for Salesforce administrators with the SharinPix admin permission.

### Open the Notifications tab

1. In Salesforce, open the **SharinPix Settings** tab.
2. Select **Notifications**.

<figure><img src="https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2FUIqx8lfeIKriHbZyxWrG%2FForm%20Component%20Doc%20%20(8).png?alt=media&amp;token=b2007a42-0d62-47ef-96b0-c7dcbb5ce100" alt=""><figcaption></figcaption></figure>

### Notification types

Each row represents one email address. Select a checkbox to enable that notification type.

| Column                   | What it covers                                                                                                                                                                 |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Technical Errors**     | Integration failures and processing issues. This includes webhook delivery failures, form submission (form response) errors, and other technical failures requiring attention. |
| **Import Errors**        | Failed imports.                                                                                                                                                                |
| **App Updates & Alerts** | New releases, package upgrades, scheduled maintenance, security advisories, usage alerts, and other important product announcements.                                           |

<figure><img src="https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2FiNG6ES9Vf2PkwHc67zEp%2FForm%20Component%20Doc%20%20(9).png?alt=media&amp;token=cc250cf9-ea54-4138-ad9c-084e73a20425" alt=""><figcaption></figcaption></figure>

### Add a recipient

1. Select **Add email** below the table.
2. Enter the email address in the new row.
3. Select the notification types that address should receive.
4. Once the values are filled, it will be automatically saved.

<figure><img src="https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2F7daTqoPlbsoxQC5gaCos%2FForm%20Component%20Doc%20%20(10).png?alt=media&amp;token=b51060b2-ae2d-4d69-a433-4baaaac0a246" alt=""><figcaption></figcaption></figure>

### Remove a recipient

1. Select the remove control at the end of the row.
2. Save the settings page.

<figure><img src="https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2FLhuAUcHqBc9KX7FoCjLJ%2FForm%20Component%20Doc%20%20(11).png?alt=media&amp;token=348b98ae-ff3d-4947-8082-c2850518bb4f" alt=""><figcaption></figcaption></figure>

### Muted Notifications

If you receive many technical or import errors, contact [SharinPix Support.](/getting-started/how-to-contact-support.md) They can mute these notification types for you.

{% hint style="info" %}

* In order to unmute notifications, contact [SharinPix Support](/getting-started/how-to-contact-support.md).
* Only technical and import errors can be muted, App updates & Alerts **cannot** be muted.
  {% endhint %}

### I am not receiving error emails

Check the following:

* Your address appears in the recipients table.
* The relevant **Technical Errors** or **Import Errors** checkbox is selected.
* The notification type is not **Muted**.
* Your spam filters do not block SharinPix emails.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sharinpix.com/documentation/access-and-security/notification-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
