create_task
Create tasks in Crelate with optional due dates and link them to contacts, candidates, companies, or jobs.
Instructions
Create a task in Crelate and optionally attach it to a record.
Args: body: Task description (required) due_date: Optional due date in ISO 8601 format (e.g., '2026-01-20T15:00:00Z') contact_id: Optional contact ID to attach task to candidate_id: Optional candidate ID to attach task to company_id: Optional company ID to attach task to job_id: Optional job ID to attach task to
Returns: JSON string containing the created task details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| job_id | No | ||
| due_date | No | ||
| company_id | No | ||
| contact_id | No | ||
| candidate_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |