nuffic/yii2-getresponse
Composer 安装命令:
composer require nuffic/yii2-getresponse
包简介
Yii2 getresponse.com api client component
README 文档
README
Master:
Develop:
Installation:
Via composer:
composer.phar require "nuffic/yii2-getresponse":"~1.2.0"
Usage:
$client = new \nuffic\getresponse\Client([
'apiKey' => 'API_KEY',
'domain' => 'example.org', # domain for enterprise users
]);
$client->addContact('asd123', 'user@email.com');
Available methods:
searchContact('user@email.com'); // Gets single contact ID
searchContactInAllLists('user@email.com'); // Gets an array of contact IDs
addContact('asd123', 'user@email.com', ['qwer12' => 'super awesome value']); // campaign ID, email, custom fields
updateCustomFields('asd123', ['qwer12' => 'super awesome value']); // contact ID, custom fields
deleteContact('asd123'); // Removes contact by ID
统计信息
- 总下载量: 5.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-09-28