isabella232 / example-reseller_account_manage

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:PHP 100.0%