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 type | Data object returned |
|---|---|
| connection.added | NetworkConnection |
| connection.removed | NetworkConnection |
| connection.request.waiting_peer_approval | NetworkConnection |
| connection.request.rejected_by_peer | NetworkConnection |
Data objects
NetworkConnection
Channel
| Parameter | Type | Description |
|---|---|---|
| networkId | string | The 8-character ID of the channel. |
| name | string | The name of the channel. |
