Create Hotlist
create_hotlistCreate a Recruit CRM hotlist for candidates, companies, contacts, or jobs, setting it as private or team-shared and assigning the creating user.
Instructions
Creates one Recruit CRM hotlist. Requires name, related_to_type, shared (true for team-shared, false for private), and created_by user id. Resolve user IDs with list_users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Hotlist name. | |
| shared | Yes | Shared with team flag. true for team-shared hotlists, false for private. | |
| created_by | Yes | Recruit CRM user id creating the hotlist. | |
| related_to_type | Yes | Associated entity type for the hotlist. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| shared | Yes | ||
| created_by | Yes | ||
| hotlist_id | Yes | ||
| related_to_type | Yes |