add_applicant_comment
Add a comment to an applicant in HuntFlow, creating a permanent log entry. Optionally tie the comment to a specific vacancy.
Instructions
Add a comment to an applicant (WRITE operation: creates a log entry; it cannot be edited or deleted via the API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | Comment text | |
| vacancy | No | Tie the comment to a vacancy (ID). Without it — a personal note | |
| account_id | Yes | HuntFlow account ID | |
| applicant_id | Yes | Applicant ID |