cyber-duck/silverstripe-pardot

Pardot integration for SilverStripe

Installs: 1 023

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Type:silverstripe-vendormodule

5.1.1 2021-07-13 08:52 UTC

This package is auto-updated.

Last update: 2024-04-08 12:38:43 UTC


README

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.