CRM Association API seems broken on latest release 7.0
See original GitHub issueCalling this CRM function returns an empty Association {‘None’} when using the latest release 7.0.0
AssociationResponse = hubspot.crm.deals.associations_api.get_all(deal_id=dealId,to_object_type='contact')
It was working perfectly fine with the previous 6.1.0 release.
Am I doing anything wrong ? I cannot find any Breaking changes statement anywhere.
Thanks!
Issue Analytics
- State:
- Created 10 months ago
- Reactions:3
- Comments:5
Top Results From Across the Web
CRM API v4 Line Item Association Not Working (Python)
I am using the Python request shown in the Hubspot v4 CRM API docs to associate a line item to a deal, but...
Read more >Important changes (deprecations) coming in Power Apps ...
Model-driven app controls deprecation (2023 Release Wave 1); Microsoft Dataverse ... Power Apps for Windows 8 will be deprecated and replaced with a...
Read more >HubspotClient - Update contact by email id is not working
Create contact is working fine with this client but updating by email is not working. Anything out of place or syntax error in...
Read more >hubspot-api-php/CHANGELOG.md at master
Breaking changes: Updated clients method names: archiveBatch => archive (crm()->associations()->batchApi()); createBatch => create (crm ...
Read more >Articles by Scott Weber
Infor CRM 8.5 LAN client – New Activity Associations tab ... As promised, Infor released the fix for the Adobe Flash powered Funnel...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Could you check the latest version, please?
Thank you @XavAM for reporting this. You just saved me an x amount of hours debugging. I’m implementing this package because of the API Key Sunset.
Kind of angry that such a vital part of the api doesn’t work with the latest version of this package. Just spend hours trying to make it work with 7.0, switching to 6.1.0 resolves the issue.