send_message
Send a message in an existing conversation. Accepts room_name (from list_conversations) or talent_slug (from search_talent). Use start_conversation first if no conversation exists yet. Requires employer authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message text to send | |
| room_name | No | Room name from list_conversations | |
| talent_slug | No | Talent slug (from search_talent results) — resolves to room name automatically |