Configuration

In addition to e-mail or Slack, you can use any Webhook portal to send notifications from the GitProtect system. In the case of webhooks, the configuration is limited to only entering the URL of the webhook. By default, the system sends reports about all performed backups. The GitProtect system sends a POST request to the webhook URL address indicated by you. It includes plan ID, plan name, execution times, etc.

Configuration

Go to the Settings tab and click the Webhooks button.

A window will appear where you can add your URL by clicking the Add New button.

Provide your URL address and click the Save button.

After saving, a secret key will be displayed, you can save it from being able to verify requests sent to your webhook later.

Examples

Example of a request sent to a test webhook using:

Last updated