Can a super-admin create a Private App for a non-admin user to leverage?

We’ve decided to move all of our notes to Hubspot. With our old system, I could access the API and upload my notes programmatically. I’d like to do the same with Hubspot.

As a non-Super Admin, can my admin create a Private app for me and then allow permissions for me to do the rest of the setup of getting my script to talk to Hubspot? Is a private app only available to the super-admin?

Hi there,

If I’m understanding you right, you are able to programmatically send notes in your old system. Thus you would have the ability to write your own scripts to communicate with HubSpot APIs to write the said notes into HubSpot’s objects.

In essence, the super-admin would be able to create the Private App for you (with the necessary scopes). With the Access Token of that app, you will then be able to call the HubSpot API endpoints to store the notes.

You can read more about scopes/app keys here: Legacy private apps - HubSpot docs

Cheers

WL