"user": {
"gid": "1200724370199303",
"resource_type": "user"
},
"created_at": "2021-08-05T17:18:29.814Z",
"action": "added",
"resource": {
"gid": "1200733354394388",
"resource_type": "story",
"resource_subtype": "added_to_project"
},
"parent": {
"gid": "1200732153548458",
"resource_type": "task",
"resource_subtype": "default_task"
}
}
I am getting this as the event body from my webhook when creating a new task in a project.
I am not sure why the resource_type is âstoryâ and the parent is âtaskâ.
From reading the documentation I was expecting the parent to be the subscribed project and the resource to be a task.
If any one could help me understand what I should be expecting or point me towards the proper documentation that would be greatly appreciated!
I have been looking here: Events
but the expected event body parameters are only a few examples and donât seem to align with the events being recieved.