Create a new task.
This endpoint creates a task and assigns it to one or more users. It validates that:
The endpoint also sends:
Authentication: Requires API key or JWT token
Schema with extra="ignore" to allow additional fields from n8n/integrations
Task title
1Task description
1List of user IDs to assign the task to
1User ID who is creating the task
Task deadline
List of tags for categorization
Associated call ID
Associated fax ID
Associated assistant ID
Associated session ID
Associated patient ID
Task status: pending, in_progress, completed
Task priority: low, medium, high, urgent
Task type: vob, general, etc.
Successful Response
Schema for task response.
Returns the created task with all fields.