v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
messaging

Send message to channel

Send a message to a channel. Supports sync, stream, and websocket response modes.

post/api/messaging/channels/{channelId}/messages

Path parameters

channelIdstring uuid required

Request body

author_idstring uuid required
contentstring required
message_server_idstring uuid required
in_reply_to_message_idstring uuid
raw_messageobject
metadataobject
source_typestring
mode'sync' | 'stream' | 'websocket'

Response

Message sent successfully

successboolean