Notification APIs - An Overview

Notification APIs allow you to get instant notifications whenever an action is performed on the records of a module. The system notifies you of the event on the URL provided. You can also enable notifications based on a specific operation like create, update, or delete. For example, let us assume that a user wants to be notified of "create" operation performed on the Contacts module. So, whenever a contact is created in Bigin, the system notifies the user through the notify URL. You can create a unique channel ID for every module to ensure that the notification is from a particular channel. You can also set the expiry time for instant notifications for every channel. You can disable notifications anytime.

Notification APIs allow you to: