add_note_to_candidate
Add a text note to a candidate's activity feed to record conversations, calls, or observations. Provide the candidate's ID and the note content.
Instructions
Add a text note to a candidate's activity feed. Write operation.
Users say "add a note to Sarah's profile" or "log that I spoke with John." To get candidate_id: search_candidates_by_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note text content (plain text or HTML) | |
| visibility | No | 'private' (default, you only) or 'public' (visible to all users) | private |
| candidate_id | Yes | Greenhouse candidate ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |