Tasks
Here are the fields included in the Tasks source dataset you can export using destinations:
Field name | Field type | Description |
---|---|---|
ID |
String | The ID of this task. |
CUSTOMER_UUID |
String | The ChartMogul UUID of the customer this task is associated with. |
ASSIGNEE |
String | The email address of the user assigned to this task. Or, null for unassigned tasks. |
DUE_DATE |
Timestamp | The time when this task is due. |
COMPLETED_AT |
Timestamp | The time when this task was completed. Or, null for ongoing tasks. |
TASK_DETAILS |
String | The description of the task. |
CREATED_AT |
Timestamp | The time this task was created. |
UPDATED_AT |
Timestamp | The time this task was updated. |