The Notification Center allows you to configure email, Slack, and webhook notifications for specific events in your Fireblocks workspace. All events recorded in the Audit log can be sent as notifications. Enabling a notification center category sends all audit log events in that category to the selected destination. Learn more about Audit Log categories and events.
Accessing the Notification Center
To access the Notification Center to configure notifications, complete the following steps:
- On the main Console page, select your avatar or your name in the upper-right corner. A context menu opens.
- On the context menu, select Settings. The Settings page opens.
- On the Settings page, select the Notifications tab.
Configuring Email notifications
To configure email notifications, complete the following steps:
-
After accessing the Notification Center, select Email in the Channels column.
- Toggle each category you want to receive notifications for.
- In the Emails column, enter the email address or addresses to receive notifications. You can enter different email addresses for each category. To remove an email address, select X on its badge.
Configuring Webhook notifications
Important
Note that these are audit log notifications that you can receive via webhook. Use the Push API webhooks feature to interact with Fireblocks programmatically.
To configure Webhook notifications, complete the following steps:
-
After accessing the Notification Center, select Webhooks in the Channels column.
Note
If you already have webhook notifications configured, you can also select the three-dot menu to the right of the desired webhook, and select Edit webhook.
- Select Create webhook on the upper-right side of the screen.
-
Complete the following fields in the dialog window:
- Name: Enter the name you want to give the webhook in the Notification Center.
- Description: Enter a short description of the webhook.
- Category: Select the notification categories you want to receive. All audit log events in the category will be sent.
- URL: Enter the URL address of the webhook.
-
Secret Key: Enter the secret key generated for your webhook request. You can find this in the
x-webhook-secret
header of your request. - Select Create webhook. The webhook is now added to the Notification Center.
Setting Up a Webhook Integration with Security Information and Event Management (SIEM) Systems
- Verify that your SIEM platform is capable of webhook integration. Then, in the Notification center, create a webhook with the URL provided by your SIEM.
- Set up data parsing rules within your SIEM to accurately interpret the payload delivered by the Fireblocks webhook. This often involves aligning certain payload data fields with the corresponding fields in your SIEM.
- Verify that the data arrives from a Fireblocks platform using your Secret Key.
- Test the integration and confirm the SIEM system correctly receives and processes all expected data from Fireblocks.
Configuring Slack notifications
To configure Slack notifications, complete the following steps:
-
After accessing the Notification Center, select Slack in the Channels column.
- Toggle each category you want to generate a notification for.
- In the Slack channel column, select a channel from the drop-down list to send notifications to it. You can also type the name of a channel to filter the list. To remove a channel, select X on its badge.
Notes:
- You can only select public Slack channels.
- Slack limits its message sending rate to one message per second. Use webhooks for a higher sending rate.
- Slack notifications are rate-limited. If a message is stuck in the queue for more than 10 minutes, it is dismissed and is not sent to Slack.
- The Slack integration can connect to a maximum of 10,000 channels.