Is there any API that I can use to update the meetings. So bascially I want to associate meetings with contact :
associations: contactsArr.map(id => ({
to: { id },
types: [{
associationCategory: “HUBSPOT_DEFINED”,
associationTypeId: 200
}]
}))
I want to show the meetings on meeting tab for contact .
Please let me know any API/ method I can use for this .