Cyber-Duck / Silverstripe-Pardot

Pardot integration for SilverStripe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silverstripe-Pardot

Pardot integration for SilverStripe

Latest Stable Version Latest Unstable Version Total Downloads License

Author: Andrew Mc Cormack

Features

A SilverStripe module to add Pardot forms and dynamic content to pages

SilverStripe 4 installation

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.

About

Pardot integration for SilverStripe

License:MIT License


Languages

Language:PHP 71.6%Language:JavaScript 23.0%Language:Scheme 3.9%Language:CSS 1.4%