Pardot integration for SilverStripe
Author: Andrew Mc Cormack
A SilverStripe module to add Pardot forms and dynamic content to pages
Add the following to your composer.json file and run /dev/build?flush=all
{
"require": {
"cyber-duck/silverstripe-pardot": "5.0.*"
}
}
Add the required pardot authentication details to your .env file
PARDOT_EMAIL="youremail@..."
PARDOT_PASSWORD="1234567890$"
PARDOT_API_VERSION="3"
PARDOT_BUSINESS_UNIT_ID = "1234567890$"
PARDOT_CONSUMER_KEY = "1234567890$"
PARDOT_CONSUMER_SECRET = "1234567890$"
You can use version 2 or 3 of the Pardot API. This will depend on your Pardot account.