channels

Capture Channel Message Reference

Capture platform_message_id -> share_id after a bridge sends.

post/channels/message-references

Headers

X-WhatsApp-Bridge-Tokenstring nullable

Request body

user_idstring required
channel'whatsapp' | 'heylo' required

Messaging channel discriminator on the generic channel-associations core.

One value per integrated bridge. Adding a channel = new enum value + new :class:cheshire.channels.bridge.BridgeClient impl + new thin webhook route. No new backend tables — every channel reuses channel_associations / channel_association_requests.

platform_message_idstring required
board_message_idstring nullable
route_session_idstring nullable
share_idstring nullable
source_route_page_idstring nullable

Response

Successful Response

idstring required
user_idstring required
channel'whatsapp' | 'heylo' required

Messaging channel discriminator on the generic channel-associations core.

One value per integrated bridge. Adding a channel = new enum value + new :class:cheshire.channels.bridge.BridgeClient impl + new thin webhook route. No new backend tables — every channel reuses channel_associations / channel_association_requests.

platform_message_idstring required
board_message_idstring nullable
route_session_idstring nullable
share_idstring nullable
source_route_page_idstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.