We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like Hubspot changed their endpoints last year for getting all companies or all deals. See this announcement: https://integrate.hubspot.com/t/upcoming-changes-to-recent-endpoints-for-companies-and-deals/1121
It seems like the Hubspot::Company.all method should be updated to use the new endpoint URL described here: https://developers.hubspot.com/docs/methods/companies/get-all-companies
Hubspot::Company.all
I'm sure the same is true for deals, but my issue currently is with companies.
The text was updated successfully, but these errors were encountered:
Updated Hubspot::Company.all to use the new endpoint described at htt…
6f51c32
…ps://developers.hubspot.com/docs/methods/companies/get-all-companies refs HubspotCommunity#75
Would love to see this fix merged into this gem as well!
Sorry, something went wrong.
Existing PR for this issue: #76
0eccd49
No branches or pull requests
It looks like Hubspot changed their endpoints last year for getting all companies or all deals. See this announcement: https://integrate.hubspot.com/t/upcoming-changes-to-recent-endpoints-for-companies-and-deals/1121
It seems like the
Hubspot::Company.all
method should be updated to use the new endpoint URL described here: https://developers.hubspot.com/docs/methods/companies/get-all-companiesI'm sure the same is true for deals, but my issue currently is with companies.
The text was updated successfully, but these errors were encountered: