Network Connection Webhooks v2

This page describes all events relating to network connection webhooks that produce webhook notifications, and their associated data objects for both webhooks v2.

📘

Note:

Both webhooks v1 and v2 still working as expected but we are highly recommend you to use webhooks v2. Please refer to the each table to see the details of object structure.

Network Connection Added

Notification is sent when any Fireblocks Network Connection is added.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)network_connection.added
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataNetworkConnectionNetwork connection details.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

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.