Audit Event webhooks and notifications are related to Audit Log events in your Fireblocks workspace. You can configure them to be delivered via email, webhooks, and public Slack channels.
Typically, your organization’s security and compliance officers will use these notifications to monitor the workspace’s audit log activity.
Before you begin
Please note the following:
- Only Admin-level users (Owner, Admin, and Non-Signing Admin) can configure these notifications.
- When you enable notifications for an Audit Event category, you will receive notifications for all events within that category.
If you’re looking for information about webhooks to interact with Fireblocks programmatically, check out this article and our Webhooks v2 guides on our Developer Portal.
Configuring Audit Event notifications via email
- In the Fireblocks Console, go to Settings > Notifications. The Email page opens by default.
- Toggle on the category (or categories) you want to enable notifications for, and then enter the email address that should receive them.
Configuring Audit Event notifications via webhooks
- In the Fireblocks Console, go to Settings > Notifications > Webhooks and then select Create webhook.
- On the Create webhook dialog, complete the following fields:
- Name: Enter the name you want to give the webhook.
- Description: Optionally, enter a short description of the webhook.
- Category: Select the categories from which you want to receive notifications.
- URL: Enter the webhook’s URL address.
- 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.
Configuring Audit Event notifications via Slack
- In the Fireblocks Console, go to Settings > Notifications > Slack and then select Connect.
- Follow the on-screen instructions to connect your Fireblocks workspace to your Slack workspace.
- Once you’re connected, toggle on the category (or categories) you want to enable notifications for, and then either enter or select the appropriate Slack channel names.
Notes about the Slack integration:
- You can connect to a maximum of 10,000 channels.
- You can only enable notifications for public Slack channels.
- Slack limits its message sending rate to one message per second. Use webhooks if you need a higher rate.
- Slack notifications are rate-limited. If a message is stuck in the queue for more than 10 minutes, it is dismissed and not sent to Slack.