Pitch Candidate To Contact
pitch_candidate_to_contactMarks a candidate as pitched to a contact in Recruit CRM without sending an email. Requires candidate slug, contact slug, and user ID; optionally allows duplicate pitch records.
Instructions
Marks one Recruit CRM candidate as pitched to one contact. Requires candidate_slug, contact_slug, and created_by. Checks existing candidate/contact pitch records unless allow_duplicate=true. This records the pitch in Recruit CRM; the API does not send an email to the candidate or contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created_by | Yes | Recruit CRM user id recording the pitch. | |
| contact_slug | Yes | Contact slug. | |
| candidate_slug | Yes | Candidate slug. | |
| allow_duplicate | No | When true, create another pitch row even if this candidate is already pitched to this contact. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remark | Yes | ||
| status_id | Yes | ||
| created_by | Yes | ||
| created_on | Yes | ||
| stage_date | Yes | ||
| updated_by | Yes | ||
| updated_on | Yes | ||
| contact_slug | Yes | ||
| status_label | Yes | ||
| candidate_slug | Yes |