Skip to content

task.updated

This event triggers whenever tasks are updated.

tasks.updated
{
"event": "tasks.updated",
"data": {
"tasks": [
{
"id": "task-pqr123stu4567890",
"name": "Task Name",
"description": "A brief description of the task",
"isArchived": false,
"createdAt": "2023-01-01T00:00:00.000Z",
"updatedAt": "2023-01-01T00:00:00.000Z",
"isDeleted": false,
"clientId": "client-ghi123jkl4567890",
"projectId": "project-mno123pqr4567890",
"clientName": "Client Name",
"projectName": "Project Name",
"projectEndCustomer": "End Customer Name",
"clientDeleted": false,
"clientArchived": false,
"projectDeleted": false,
"projectArchived": false,
"isDefault": true
}
]
}
}

At Crewsum we take customer feedback very seriously. If you find anything wrong with this documentation or would like to request a feature, please reach out to sunny.avery@crewsum.com.