craft-plugin hubspot-toolbox
Turnkey HubSpot integration for CraftCMS
venveo/hubspot-toolbox
Turnkey HubSpot integration for CraftCMS
- Tuesday, July 10, 2018
- by ransom
- Repository
- 1 Watchers
- 0 Stars
- 111 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Features
- Login to oAuth HubSpot apps
- Submit forms via API
- Custom Field for HubSpot Forms (render in Twig or get attributes)
- Get HubSpot contact properties (Have they filled out a form?)
Installation
composer require venveo/hubspot-toolbox
- Copy the default config file to your config folder as
hubspot-toolbox.php
- Create an app in your HubSpot developer console with the proper scopes.
- Add the HUBSPOT_PORTAL_ID env value to your
.env
-
Configure your app within the hubspot-toolbox.php config file:, (*1)
<?php
return [
'hubspotPortalId' => getenv('HUBSPOT_PORTAL_ID'),
'defaultApp' => 'some_unique_id',
'apps' => [
'some_unique_id' => [
'appName' => 'a name for my app',
'appId' => 000000,
'clientId' => 'probably_put_this_in_your_env',
'clientSecret' => 'probably_put_this_in_your_env',
// Update me
'scopes' => ['timeline', 'contacts', 'forms']
]
]
];
- Enable plugin
- Go to plugin settings, click the login button!
-Insert text here-, (*2)
Brought to you by Venveo, (*3)
dev-master
9999999-dev
Turnkey HubSpot integration for CraftCMS
Sources
Download
MIT
The Requires
cms
craftcms
craft-plugin
craft
hubspot toolbox
1.0.0-beta3
1.0.0.0-beta3
Turnkey HubSpot integration for CraftCMS
Sources
Download
MIT
The Requires
cms
craftcms
craft-plugin
craft
hubspot toolbox
1.0.0-beta
1.0.0.0-beta
Turnkey HubSpot integration for CraftCMS
Sources
Download
MIT
The Requires
cms
craftcms
craft-plugin
craft
hubspot toolbox