LinkChannelEndpointRequestDto
August 7, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
integrationIdentifier | String | :heavy_check_mark: | Integration identifier for the chat provider integration | telegram-bot |
subscriberId | String | :heavy_check_mark: | External subscriber identifier to link to their chat identity | subscriber-123 |
context | Map<String, LinkChannelEndpointRequestDtoContextUnion> | :heavy_minus_sign: | N/A | |
contextHash | Optional<String> | :heavy_minus_sign: | HMAC-SHA256 of the canonicalized context, signed with the tenant environment secret key (the same "Inbox with context" signing scheme). Required when the integration has HMAC validation enabled. | a1b2c3d4e5f6... |