Create a new task
OAuth 2.0 Bearer Token from Clerk authentication
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
The book ID
"abc123xyz"
Task title
"Follow up with client"
Task description
"Call to discuss portfolio"
Deadline for the task
"2024-12-31T23:59:59Z"
Whether this is an all-day task
Task status
todo, done Task priority
low_priority, medium_priority, high_priority, urgent_priority Associate task with a household (mutually exclusive with contact_id and business_id)
Associate task with a contact (mutually exclusive with household_id and business_id)
Associate task with a business (mutually exclusive with household_id and contact_id)
User ID to assign the task to
Team ID to assign the task to (mutually exclusive with assigned_to_id)
task created
The task ID
"abc123xyz"
Task title
"Follow up with client"
Whether this is an all-day task
Task status
todo, done When the task was created
When the task was last updated
Task description
Deadline for the task
Task priority
low_priority, medium_priority, high_priority, urgent_priority When the task was completed
The associated record (household, contact, or business) this task is linked to