A SharpSpring integration plugin.
This plugin requires Craft CMS 3.0.0-beta.23 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Add the repository to Composer to load this plugin from git:
"repositories": [ { "type": "vcs", "url": "https://github.com/the-refinery/sharpspring-craft-3-plugin" } ],
-
Then tell Composer to load the plugin:
composer require therefinery/sharpspring-integration
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for salsifyhelper.
-Insert text here-
-
Add environment variables CRAFTENV_SHARPSPRING_ACCOUNTID and CRAFTENV_SHARPSPRING_SECRETKEY to your system
-
Create sharpringintegration.php in the config folder of your Craft application (see sharpspringintegration.php.example for format)
-Insert text here-
Some things to do, and ideas for potential features:
- Integrate craft entry updates (not updated yet from Craft 2)
Brought to you by The Refinery