Notification
Stay informed about the status of your workflows
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.

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:
Preferred Email: This is where you specify the primary email address to which notifications will be sent.
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 "[email protected], [email protected]" to notify both of these email addresses.
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:

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.

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.
Last updated