Instant Notifications
Cloudback supports real-time notifications via messenger services:
Instant Notifications about successful and failed backups can be configured per account in the ‘Notification Settings’ dialog of the main menu of Cloudback Dashboard. All notifications are Webhook based. Webhooks are user-defined HTTP URL callbacks. They are usually triggered to facilitate integration of different applications, in our particular case it is Cloudback and a Messenger. Within a Messenger, you can create an Incoming Webhook for a text channel and get a URL for created Webhook. Then you pass that Webhook URL to Cloudback, and when Cloudback wants to send a notification, it triggers the Webhook URL provided.
Supported messengers are Slack, Microsoft Teams, and Discord. If you need another one - please submit a request via our issue tracker.
The steps to configuring instant notifications are similar for all messengers:
Go to your messenger, create Incoming Webhook, and get its Webhook URL.
Go to Cloudback Dashboard and enter this Webhook URL in the ‘Notification Settings’ dialog.
Slack
Messenger website: https://slack.com
To configure Incoming Webhook please follow the Slack guide: Sending messages using Incoming Webhooks
Microsoft Teams
Messenger website: https://www.microsoft.com/en-us/microsoft-teams
An overview of Webhooks for Microsoft Teams: What are webhooks and connectors
Tutorial on how to create an incoming webhook for Microsoft Teams: Add incoming webhook
Discord
Messenger website: https://discord.com
A guide on how to create an Incoming Webhook in Discord: Intro to Webhooks