2017 © Pedro Peláez
 

craft-plugin hubspot-toolbox

Turnkey HubSpot integration for CraftCMS

image

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

The README.md

HubSpot Toolbox plugin for Craft CMS 3.x

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

Configuring HubSpot Toolbox

  1. Copy the default config file to your config folder as hubspot-toolbox.php
  2. Create an app in your HubSpot developer console with the proper scopes.
  3. Add the HUBSPOT_PORTAL_ID env value to your .env
  4. 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']
            ]
        ]
    ];
    
  5. Enable plugin
  6. Go to plugin settings, click the login button!

Using HubSpot Toolbox

-Insert text here-, (*2)

HubSpot Toolbox Roadmap

Brought to you by Venveo, (*3)

The Versions

10/07 2018

dev-master

9999999-dev

Turnkey HubSpot integration for CraftCMS

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft hubspot toolbox

10/07 2018

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

05/07 2018

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