cyber-duck/silverstripe-pardot
Composer 安装命令:
composer require cyber-duck/silverstripe-pardot
包简介
Pardot integration for SilverStripe
关键字:
README 文档
README
Pardot integration for SilverStripe
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.
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-06