Create task
Attio Create Task is a powerful API tool designed to streamline task management by allowing users to create new tasks with detailed attributes via a simple interface. It integrates seamlessly with your workflow to ensure tasks are assigned, tracked, and completed efficiently.
Features
- Create new tasks with customizable content and deadlines using ISO 8601 format.
- Assign tasks to multiple team members by specifying assignee IDs in JSON array format.
- Mark tasks as completed or pending to keep project status up to date.
- Option to link multiple records to a single task for better context and organization.
- Comprehensive API documentation for easy integration into your existing systems.
Benefits
- Enhances productivity by simplifying task creation and assignment processes.
- Improves team collaboration by clearly defining responsibilities and deadlines.
- Ensures accurate tracking of task completion status to maintain project momentum.
- Provides flexibility to link related records, offering richer task context.
- Facilitates automation in project management workflows, saving time and reducing errors.
Description
Creates a new task. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- assigneeIds: Return JSON in this format: string[]
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| contentrequired | string | The text content of the task |
| deadlineAtrequired | string | The deadline of the task in ISO 8601 format (e.g. |
| isCompletedrequired | boolean | Whether the task has been completed |
| assigneeIdsrequired | string[] | The id of the members to assign the task to |
| numberOfLinkedRecordsrequired | integer | The number of linked records to generate. Defaults to 1. |