ActiveCampaign Reseller Account Custom API Script: Add account, template, generate log-in link, and more.
- Valid ActiveCampaign reseller account with a billing profile set up
- A web server where you can run PHP code
- Our ActiveCampaign PHP wrapper added to your application environment
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:
We'd love to help if you have questions or problems. Report issues using the Github Issue Tracker or email help@activecampaign.com.