Crocoblock / suggestions

The suggestions for CrocoBlock project
195 stars 78 forks source link

Hubspot Sunsetting its API #5681

Open machachen opened 2 years ago

machachen commented 2 years ago

Hubspot have sunsetted its API.

What's the alternative way of integrating with the jetform builder other than Oath 2.0?

mattias-refine-digital commented 1 year ago

I just discovered that JetForms still uses an old EXPIRED Authentication method hapikey. Could you please add the support for the new App Authentication using the correct header.

FROM: GET https://api.hubapi.com/crm/v3/objects/companies?limit=100&properties=name&archived=&hapikey=NO_HAPI_KEY_ANY_MORE`

TO: GET 'https://api.hubapi.com/crm/v3/objects/contacts?limit=100&properties=name&archived=' --header 'authorization: Bearer NEW_APP_AUTHENTICATION_KEY'

Using OAuth 2.0 is not a viable option for backend data exchanges since it's reliant on front-end authentication which can expire.