tasks_create
Create a task in RetailCRM by specifying text, due datetime, performer, and optional links to orders or customers. Returns success and task ID.
Instructions
Create a task (text, due datetime, performer, linked order/customer). Returns {success, id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site (store) symbolic code. Required on create/edit when the API key is scoped to multiple sites (see list_sites). | |
| text | Yes | Task text / what to do | |
| datetime | No | Due datetime 'YYYY-MM-DD HH:MM:SS' | |
| order_id | No | Link to order RetailCRM ID | |
| commentary | No | Additional commentary | |
| customer_id | No | Link to customer RetailCRM ID | |
| performer_id | No | Assign to manager ID |