create_note
Create a note and optionally attach it to a candidate, contact, company, or job record in Crelate.
Instructions
Create a note in Crelate and optionally attach it to a record.
Args: body: Note content (required) contact_id: Optional contact ID to attach note to candidate_id: Optional candidate ID to attach note to company_id: Optional company ID to attach note to job_id: Optional job ID to attach note to
Returns: JSON string containing the created note details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| job_id | No | ||
| company_id | No | ||
| contact_id | No | ||
| candidate_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |