Task
Represents a task associated with a mention or alert for tracking follow-up actions.Unique identifier for the task
Task title or summary
Detailed description of the task
Current task status:
pending, in_progress, completed, or cancelledUser ID or email of the person assigned to the task
ISO 8601 timestamp when the task is due
ISO 8601 timestamp when the task was completed
ISO 8601 timestamp when the task was created
ISO 8601 timestamp when the task was last updated
ID of the associated mention, if any
ID of the associated alert, if any
ID of the account that owns this task
TaskStatus Enum
Available task status values:pending- Task has not been startedin_progress- Task is currently being worked oncompleted- Task has been completedcancelled- Task was cancelled and will not be completed
Example
Request Models
CreateTaskRequest
Used when creating a new task.Task title or summary
Detailed description of the task
Initial task status
User ID or email to assign the task to
ISO 8601 timestamp for the due date
UpdateTaskRequest
Used when updating an existing task. All fields are optional.Updated task title
Updated task description
Updated task status
Updated assignee
Updated due date