Hi,
I need to search all of the meetings the contact/customer has booked filtering on their email.
Of all the properties in the meeting.. I don’t see anything that is associated with the contact’s email
I just need help with the appropriate api post body on crm/v3/objects/meetings/search
I am not looking for the associated email of hubspot_owner_id I am looking for the email of the other party(the contact) if that makes sense.
Thank you.
@FoodIsFriend - might I suggest that a good approach here would be to:
- derive the Contact ID from the email address you have using an seperate API call
- search for meetings associated with that contact using something like: https://api.hubapi.com/crm/v3/objects/contacts/contactId?associations=meetings
I suspect that the related Contact IDs for a meeting are not in a property of that meeting object, but linked by association type.
Good luck!
Steve