Hello everybody, I have a question related to HubSpot tasks API. In the
documentation, there are unique properties passed to the request to fetch or update tasks, however in the task themselves and under task settings I do not see any option to add or edit new properties (like objects). What are these properties mentioned in the API doc and can they help me identify/update the task instead of using its Id?
P.S. I want to achieve a bi-directional sync between our app’s tasks and HubSpot tasks under tickets. When task on our app completed, corresponding HS task marked as completed vice versa but I cannot find a way to automate this without making a string match on titles.