Hi,
We have a use case where have the ID of a deal/opportunity from Salesforce/Hubspot, and need to fetch all associated calls.
The manual-associations endpoint does not seem to work for us since it only returns calls that were manually associated in the UI
The way we are trying is using calls/extensive and fetching all calls with pagination prior to the deal close date and checking if the party emails match any of the contact emails.
Is there a better way to do this? It would be great if through the API you could filter based on Hubspot Deal ID or Salesforce Opp ID