# Notification

## Introduction

Notifications in DBSync Cloud Workflow allow users to stay informed about the status of your workflows. This can be helpful for monitoring the success or failure of actions and to get real-time alerts in case of issues.

<figure><img src="https://1036205596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv9avy716UiAsS24zOznZ%2Fuploads%2Fi7pnHvbFN3peTkdudeJa%2Funknown.png?alt=media&#x26;token=5c11792d-54d0-4586-83e7-081375fdf296" alt=""><figcaption></figcaption></figure>

## Notification Configuration

DBSync supports sending notifications via Email and Webhooks. To configure how the notifications are sent to you, select the notification channel you need to use for receiving the notifications and then provide additional details.

**Channel Type**: This field allows you to select the type of communication channel you want to use for receiving notifications. Select *Email* or *Webhooks* from the dropdown. If you select:

* **Email**: You will receive notifications via email.
* **Webhooks**: The notifications will be posted on the provided url.

**Receive Notification When Process**: Specify when you should receive notifications about your workflow. Select which of the following events should will trigger a notification:

* **Started**: Notify when the process/workflow starts running.
* **Completed**: Notify when the process/workflow successfully completes.
* **Errored**: Notify when the process/workflow encounters an error.

#### Email Notification Channel

If you select email notification channel, provide the following details:

1. **Preferred Email**: This is where you specify the primary email address to which notifications will be sent.&#x20;
2. **Add More Recipients**: This field allows you to add additional email addresses to receive notifications. To provide Enter multiple email addresses, separate them by commas. This helps notify multiple recipients when a specific event occurs in your workflow.

* **Example**: Add "<example1@domain.com>, <example2@domain.com>" to notify both of these email addresses.

3. **Save**: After configuring, click **Save** to save your changes.

#### Webhook Notification Channel

Webhook notifications help to trigger actions in external platforms. To integrate with external systems by sending notifications via webhooks, configure by providing:&#x20;

<figure><img src="https://1036205596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv9avy716UiAsS24zOznZ%2Fuploads%2F9qJE0R8r6Yuf0TuhhNT8%2Funknown.png?alt=media&#x26;token=f53fbce4-374f-4863-a08b-984abc552bde" alt=""><figcaption></figcaption></figure>

**Url**: This section helps configure where webhooks notifications will be sent.

* Select *Post* from the first (webhook method) dropdown.
* Add the url of the target application in the second (Enter url) field. Ensure that this endpoint is publicly accessible or reachable from the application environment.&#x20;

  <figure><img src="https://1036205596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv9avy716UiAsS24zOznZ%2Fuploads%2Fg2nC8Q3gU9QAh0uAnhHi%2Funknown.png?alt=media&#x26;token=6f612159-7ac2-4882-90bc-3705f106c563" alt=""><figcaption></figcaption></figure>

Additionally provide the required **Headers**, **Content Type**, and **Payload** to complete the configuration.

**Save**: After configuring, click **Save** to save your changes.

Your DBSync account is ready to send the notifications through the channel specified by you.


---

# 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.mydbsync.com/cloud-workflow/2026_create-your-workflow/flow-management/notification.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.
