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 Fireblocks Developer Docs.
Configuring Audit Event notifications via email
- In the Fireblocks Console, go to Settings > Audit log and then select Manage subscriptions.
- Select Email in the left panel.
- For each category you want to receive notifications for:
- If the category has a toggle, enable it first, and then enter the email address that should receive notifications.
- If the category does not have a toggle, enter the email address directly.
Configuring Audit Event notifications via webhooks
- In the Fireblocks Console, go to Settings > Audit log and then select Manage subscriptions.
- Select Webhooks in the left panel, 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 one or more categories from which you want to receive notifications.
- URL: Enter the webhook's URL address.
-
Secret key: Enter the secret key used to sign JWTs. This key is sent with each webhook request in the
x-webhook-secretheader.
- Select Create webhook.
Note about the webhook integration:
- If your firewall restricts inbound traffic, add the following IP address to your allowlist: 18.216.90.214.
Configuring Audit Event notifications via Slack
- In the Fireblocks Console, go to Settings > Audit log and then select Manage subscriptions.
- Select Slack in the left panel. If your workspace is not yet connected to Slack, follow the on-screen instructions to connect it.
- For each category you want to receive notifications for:
- If the category has a toggle, enable it first, and then select the Slack channel that should receive notifications.
- If the category does not have a toggle, select the Slack channel directly.
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.