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.
Field | Type | Description |
---|---|---|
id | UUID | Unique identifier of the object. |
eventType | string (enum) | network_connection.added |
eventVersion | integer | The version of the specific event. |
resourceId (optional) | UUID | Optional ID of the entity that triggered the event (i.e., txId). |
data | NetworkConnection | Network connection details. |
createdAt | timestamp | Time at which the object was created and measured in seconds since the Unix epoch. |
workspaceId | UUID | The workspace ID |
NetworkConnection
Channel
Parameter | Type | Description |
---|---|---|
networkId | string | The 8-character ID of the channel. |
name | string | The name of the channel. |