Associate Custom object with Ticekts

Hello HubSpot Community,

I have successfully created a custom object and have its ID. Additionally, I have a specific ticket ID. I am looking to associate this custom object with the given ticket ID.

Could anyone provide guidance or share the correct API endpoint to achieve this association? Any insights or examples would be greatly appreciated.

Thank you in advance for your assistance!

@AviaraLabs - Is what you are looking for available here:

You will of coutse have to all create/configure the right association type. This can be set up in the UI under the settings screens for the custom object you have created.

Good Luck!

Steve

Hi @AviaraLabs,

API to Associate a Custom Object with a Ticket :

/crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}/{toObjectId}/{associationType}

Reference: Accounts Dashboard | HubSpot

You might also need Association type ID values

Regards,

Kosala