Deprecation noticeWebhooks v1 will be deprecated in March 2026. Please use the Developer Center in the Fireblocks Console to upgrade to Webhooks V2, which offers improved reliability, performance, and observability.
This page describes all events relating to Fireblocks Network connections that produce webhook notifications, and their associated data objects.
The type parameter is automatically set to the description name for the data objects below.
Connection added
Notification is sent when a Fireblocks Network connection is added.
Webhook data
| Parameter | Type | Description |
|---|---|---|
| type | string | NETWORK_CONNECTION_ADDED |
| tenantId | string | Unique ID of your Fireblocks workspace |
| timestamp | number | Timestamp in milliseconds |
| data | NetworkConnection | Network connection details |
NetworkConnection
Channel
| Parameter | Type | Description |
|---|---|---|
| networkId | string | The 8-character ID of the channel. |
| name | string | The name of the channel. |
