lwekuiper / statamic-activecampaign
Subscribe registrations or contact forms to ActiveCampaign
Installs: 393
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:statamic-addon
Requires
- php: ^8.2
- laravel/framework: ^10.0 || ^11.0 || ^12.0
- statamic/cms: ^4.0 || ^5.0
Requires (Dev)
- orchestra/testbench: ^8.0 || ^9.0 || ^10.0
This package is auto-updated.
Last update: 2025-06-05 12:43:15 UTC
README
This package provides an easy way to integrate ActiveCampaign with Statamic forms and allows for multi-site configurations with the Pro edition.
Features
This addon allows you to:
Lite edition
- Configure Statamic forms to subscribe to a ActiveCampaign list.
Pro edition
- Adds multi-site functionality.
- For site networks where the same form needs to subscribe to a different ActiveCampaign list depending on the current site.
Requirements
- PHP 8.2+
- Laravel 10.0+
- Statamic 4.0+
How to Install
You can search for this addon in the Tools > Addons
section of the Statamic control panel and click install, or run the following command from your project root:
composer require lwekuiper/statamic-activecampaign
The package will automatically register itself.
Configuration
Set your ActiveCampaign API Key and URL in your .env
file.
ACTIVECAMPAIGN_API_KEY=your-key-here ACTIVECAMPAIGN_API_URL=your-url-here
Pro edition
Note The Pro edition of this addon requires Statamic Pro to enable multi-site capabilities.
After purchasing the pro edition, you can enable it by setting the edition of the addon to 'pro'
in the config/statamic/editions.php
file of your project:
'addons' => [ 'lwekuiper/statamic-activecampaign' => 'pro' ],
How to Use
Create your Statamic forms as usual. Don't forget to add the consent field to your blueprint.