hires_create_interview
Schedule interviews for job applications by providing start/end times and interviewer IDs. Location auto-resolves or creates a new record.
Instructions
Schedule a new interview for an application. Provide start/end times as Unix timestamps and a list of interviewer user IDs. Location is resolved to an existing record or created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Application ID. | |
| include | No | Comma-separated relations to embed: candidate, application, job. | |
| end_time | Yes | Interview end time as Unix timestamp (seconds, must be after start_time). | |
| location | No | Location string; resolved to existing record or created automatically. | |
| start_time | Yes | Interview start time as Unix timestamp (seconds). | |
| interviewer_ids | Yes | List of user IDs who will conduct the interview. |