Tasks Data Model simplifies the handling and retrieval of tasks-related information across various crm platforms.
The Tasks Data Model simplifies the handling and retrieval of tasks-related information across various ecommerce platforms.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the task |
name | string | The name of the task |
status | string | The status of the task |
due_date | date | The due date of the task |
parent_task_id | string | The parent task ID |
created_at | date | The date and time the task was created |
updated_at | date | The date and time the task was last updated |
completed_at | date | The date and time the task was completed |
company_id | string | The company ID associated with the task |
deal_id | string | The deal ID associated with the task |
user_id | string | The user ID associated with the task |