hires_create_note
Create a candidate note with visibility options (all or private) and @mentions to email colleagues.
Instructions
Create a discussion note for a candidate. Supports visibility control (all or private) and @mentions with email notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note content. Supports HTML. | |
| include | No | Include related resources, e.g. 'user' for author details | |
| user_id | No | Author user ID. If omitted, the authenticated user is used | |
| visibility | No | Visibility: 'all' (default) or 'private' | |
| candidate_id | Yes | Candidate ID (numeric) or alias | |
| mention_user_ids | No | Array of user IDs to mention. Mentioned users receive email notifications. |