data.id to look up the task or data.file_id (parent directory containing the task list) for context.curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"object": "event",
"id": "c1d2e3f4-1234-11f1-aaaa-bbbbcccc0001",
"type": "task.closed",
"data": {
"object": "task",
"id": 88412,
"title": "Review revision 3",
"file_id": 555100,
"status": "done",
"files": [
555111,
555112
]
}
}'{}