However, I'm encountering a problem: for all my tickets, the associations section shows a 'None' value. What could be the problem? Could it be a very specific issue with my account?
I am using Python, and this is the offical code provided by HubSpot:
import hubspot from pprint import pprint from hubspot.crm.objects import ApiException
Try adding the association you want to get back, default is none. api_response = client.crm.tickets.basic_api.get_by_id(ticket_id="2545436276", associations=["contact"], archived=False)
Scott Marion Senior Developer @ Thread Connected Marketing
Try adding the association you want to get back, default is none. api_response = client.crm.tickets.basic_api.get_by_id(ticket_id="2545436276", associations=["contact"], archived=False)
Scott Marion Senior Developer @ Thread Connected Marketing