Network Connection Webhooks

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.

Network Connection Added

Notification is sent when any Fireblocks Network connection is added.

Webhook data

ParameterTypeDescription
typestringNETWORK_CONNECTION_ADDED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataNetworkConnectionNetwork connection details

NetworkConnection

ParameterTypeDescription
idstringThe ID of the Network Connection.
localChannelChannelLocal channel ID.
remoteChannelChannelRemote channel ID.

Channel

ParameterTypeDescription
networkIdstringThe 8 character ID of the channel.
namestringThe name of the channel.