create_candidate
Create a new candidate record in Crelate by supplying first and last name, and optionally email, phone, current title, and company.
Instructions
Create a new candidate in Crelate.
Args: first_name: Candidate's first name (required) last_name: Candidate's last name (required) email: Candidate's email address phone: Candidate's phone number current_title: Candidate's current job title current_company: Candidate's current company
Returns: JSON string containing the created candidate details including ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| last_name | Yes | ||
| first_name | Yes | ||
| current_title | No | ||
| current_company | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |