So the taskTimeTrackedUpdated webhook payload contains all information of the time tracking, but NOT if it is billable or not?.. A vital piece of information to know when syncing time trackings to an external system.
Now I have to use https://api.clickup.com/api/v2/team/{team_id}/time_entries/{timer_id} to get the billability param.
I mean, it would be very beneficial if the boolean was already in the webhook payload.