2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

DBSync Cloud Replication provides a new notification system named Webhooks which enables the user to be updated with all events or activities that are done in the profile which includes immediate notification on the company’s server or on any other communication system such as Slack etc which the organisation is using. The notifications alerts can be activated for various activities/logs such as when a process has started, is in progress or any error notification. The organization will be notified through GET or POST API’s

Problem Statement

...

Organizations might find it hard to keep track of the various processes in progress or errors that might

...

occur. Email notifications for when a process is complete is currently provided as an in-built feature but might not be sufficient to keep track of errors, or start, and finish of a process. Also receiving notification within the server of the company or any communication channel such as Slack can be extremely beneficial to the users to keep track of all events.

...

It is also very essential for the user to be notified about the three most important stages of an activity:

  1. When the Job is started 

  2. When the Job is completed 

  3. When there is an error

Webhooks notification system solves these issues to the users and makes the process of keeping track of the various events much easier. 

...