Skip to content

gkemp94/strapi-provider-upload-hubspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strapi-provider-upload-hubspot

Description

This provider is used to upload files from Strapi into the HubSpot File Manager. It currently requires api key authentication. Visit the HubSpot Developer Documentation for steps to obtain your api key for your portal.

Configurations

Your configuration is used to determine what portal and location in the file manager your files are uploaded to.

See the using a provider documentation for information on installing and using a provider. And see the environment variables for setting and using environment variables in your configs.

Example

./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  upload: {
    provider: "hubspot",
    providerOptions: {
      hapikey: env('HAPI_KEY'),
      root: env('FILE_MANAGER_ROOT_PATH')
    }
  },
  // ...
});

Resources

Links

Roadmap

  • Provide the Ability to Use OAuth Authentication
  • Add Testing
  • Upgrade to file manager api v2 when released

About

Strapi Upload Provider for HubSpot

Resources

License

Stars

Watchers

Forks

Packages

No packages published