Network connection events

This page covers all Network connection events that can trigger webhook notifications, and their associated data objects for the Webhooks v2 service.

Network connection event types

To receive a specific event, include its eventType in the webhook's notification object.

Event typeData object returned
connection.addedNetworkConnection
connection.removedNetworkConnection
connection.request.waiting_peer_approvalNetworkConnection
connection.request.rejected_by_peerNetworkConnection

Data objects

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.