8000 GitHub - dragonmantank/activecampaign: Basic SDK for working with ActiveCampaign
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dragonmantank/activecampaign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveCampaign Client SDK

Installation

This package requires the use of Composer to install.

$ composer require dragonmantank/activecampaign

Usage

$accountUrl = 'https://<company>.api-us1.com';
$accountKey = 'abcd';

$client = new Dragonmantank\ActiveCampaign\Client($accountUrl, $accountKey);

// Example to get contacts
$response = $client->get('contacts');

About

Basic SDK for working with ActiveCampaign

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0