Skip to content

isabella232/example-reseller_account_manage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

ActiveCampaign Reseller Account Custom API Script: Add account, template, generate log-in link, and more.

Requirements

  1. Valid ActiveCampaign reseller account with a billing profile set up
  2. A web server where you can run PHP code
  3. Our ActiveCampaign PHP wrapper added to your application environment

Installation and Usage

You can install example-reseller_account_manage by downloading (or cloning) the source.

Start by defining your custom domain, ActiveCampaign reseller URL, API Key, and path to the PHP library towards the top of the script:

$your_domain = "yourdomain.com";
$reseller_api_url = "https://www.activecampaign.com";
$reseller_api_key = "";
$path_to_api_wrapper = "../../activecampaign-api-php/includes";

Resellers can find their API URL and key in the reseller administration interface:

Finding your API Key

Documentation and Links

Reporting Issues

We'd love to help if you have questions or problems. Report issues using the Github Issue Tracker or email help@activecampaign.com.

About

ActiveCampaign Reseller Account Custom API Script: Add account, template, generate log-in link, and more.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%