create_task
Create a task with a title and due date to schedule activities, optionally linking to a contact in Salesmate.
Instructions
Create a task in Salesmate.
Args: title: The task title. due_date: ISO-8601 due date (e.g. '2026-07-01' or '2026-07-01T09:00:00Z'). contact_id: Optional contact id to associate with the task.
Returns: A structured object containing the created task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| due_date | Yes | ||
| contact_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||