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

# Manage your notification settings

### Email notification management by plan

{% columns %}
{% column %}

#### Core Standard and Core Plus

With the Core Standard or Core Plus plan, you’ll receive these email notifications:

* **Errors and information:** We will send an email when a feature or an order fails to successfully execute in Channable.
  {% endcolumn %}

{% column %}

#### Core Pro

With the Core Pro plan, you can choose which email notifications you’ll receive:

* **Errors and information:** We will send an email whenever one of the features or orders fails to successfully execute in Channable.
* **Only errors:** You will only receive the error itself in an email without a possible solution.
* **No notifications:** No email notifications will be sent.
  {% endcolumn %}
  {% endcolumns %}

#### Adjustable notification features by plan

| **Feature**  | **Description**                                                                                | **Core Standard** | **Core Plus** | **Core Pro** |
| ------------ | ---------------------------------------------------------------------------------------------- | ----------------: | ------------: | -----------: |
| Import       | Get notified when problems occur during importing of items.                                    |                ✔️ |            ✔️ |           ✔️ |
| Orders       | Get notified when an order has failed to deliver from a Marketplace to your platform.          |                ✔️ |            ✔️ |           ✔️ |
| Feeds        | Get notified when errors occur while exporting your items to feeds.                            |                   |               |           ✔️ |
| Marketplaces | Receive a notification when errors occur while exporting your products to marketplaces.        |                   |               |           ✔️ |
| PPC          | Receive a notification when errors occur while exporting to Google Ads, Amazon ads or bol ads. |                   |               |           ✔️ |

### How to edit notification settings at project level

{% hint style="info" %}
**Who can use this feature**

You need the Core Pro plan in your [Channable subscription](/account-billing/manage-your-subscription/channables-pricing-plans.md) to edit these settings.
{% endhint %}

You can create project-specific notifications. To edit these settings follow these steps:

1. Go to **Projects > \[your project]**.
2. Go to **Settings** in the navigation and go to the **Notification settings** tab.

<figure><img src="/files/zzymZVnfYL4cFZFulXXN" alt=""><figcaption></figcaption></figure>

### Safety options

You can set up optional safety measures in case the number of items in your import changes. You can configure these options per feed.

Change these settings in **Setup > \[your import] >  Settings > Safety**.

Options for "Action on difference":

* **No action:** Default setting — no notifications for changes in import numbers.
* **Send notification:** Email notifications are sent for changes in item numbers. The new number of items will still be imported.
* **Block and send notification:** The import will be blocked, and an email notification will be sent for changes in item numbers. The error will persist until the safety block is removed or data is corrected.

If you select "Send notification" or "Block and send notification", you can set thresholds to trigger actions based on changes in item numbers:

* **Action on negative difference:** Set the percentage to trigger an action when there is a decrease in the number of items in your import.
* **Action on positive difference:** Set the percentage to trigger an action when there is an increase in the number of items in your import.

<figure><img src="/files/vEZB2GcGqQN0tl7GAvb3" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.channable.com/account-billing/manage-your-account-and-settings/manage-your-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.
