start_conversation
Start a conversation with a candidate by talent slug. Optionally send an initial message. If the conversation already exists, returns it. Use search_talent to find candidates first, then use their slug here. Requires employer authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional initial message to send with the conversation | |
| talent_slug | Yes | Talent slug of the candidate to message (from search_talent results) |