I have the API correctly sending back the JSON of all the engagements, however I just need the ones with type = meeting. I haven’t seen a way to filter this out in the request.
@batson At the moment there isn’t a way to filter the engagements on the server-side
Are you sure we can’t filter a specific type after we got the JSON of all engagements? would something like this work?
return engagement.type.value === 'MEETING';
What about now ? This API is evolving really slowly and stopping people from implementing Hubspot integrations correctly …
Hubspot is the worst CRM to integrate with.
I couldn’t disagree more. Is the best CRM platform according to several user reviews platform
That being said I am sure @zachwolfson has something to say about this endpoint