Send a message
POST/inbox/:chatInstanceId/messages
Send a message to a conversation as the admin/agent.
This will:
- Save the message in the database
- Send via WebSocket to all connected clients
- Deliver to the external platform if applicable (WhatsApp, Messenger, etc.)
The conversation status will be updated to AGENT.
Request
Responses
- 201
- 400
- 404
Message sent successfully
Invalid request (missing or empty text)
Conversation not found