Creates a new task.
Tasks can be associated with an account (via account_id) and/or an opportunity (via opportunity_id). If no assignee_id is provided, the task is assigned to the caller.
Documentation Index
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for creating a task via POST.
Title of the task
"Send follow-up proposal"
Detailed description of the task
"Send the updated pricing proposal to the procurement team"
ID of the account to associate the task with
ID of the opportunity to associate the task with
Type of task. One of GENERAL_ACTION_ITEM, EMAIL.
"GENERAL_ACTION_ITEM"
User ID to assign the task to. Defaults to the caller if not provided.
Due date and time for the task
"2025-07-01T17:00:00Z"
Optional draft message contents. Only valid when task_type is EMAIL.