Send a message to a chat room
POST/notifications/api/v1/advanced-messaging/rooms/:roomId/messages
Accepts up to 10 file attachments alongside the message. The HTTP response returns as soon as the message text is saved; attachments upload in the background and are broadcast to the room over WebSocket once complete, so this endpoint does not block on file upload.
Request
Responses
- 200
- 201
Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.
Message saved (attachments may still be uploading)