A powerful Statamic addon that seamlessly integrates your forms with ActiveCampaign, featuring automatic contact synchronization, custom field mapping, and multi-site support.
💡 Have an idea? We'd love to hear it! Please open a feature request on GitHub.
- Form Integration: Connect any Statamic form to ActiveCampaign lists
- Contact Sync: Automatically create or update contacts in ActiveCampaign
- Custom Fields: Map form fields to ActiveCampaign custom fields
- Consent Management: Built-in GDPR compliance with consent field support
- Tag Assignment: Automatically tag contacts upon form submission
- Array Field Support: Handle multi-select fields and arrays seamlessly
- Multi-Site Support: Configure different ActiveCampaign settings per site
- Site-Specific Lists: Route form submissions to different lists based on the current site
- Localized Configurations: Manage separate configurations for each locale
- PHP: 8.3 or higher
- Laravel: 12.0 or higher
- Statamic: 6.0 or higher
- ActiveCampaign Account: With API access enabled
Note: For Statamic 4.x and 5.x support, use version 2.x of this addon.
- Navigate to Tools > Addons in your Statamic control panel
- Search for "ActiveCampaign"
- Click Install
composer require lwekuiper/statamic-activecampaignThe package will automatically register itself.
Add your ActiveCampaign credentials to your .env file:
ACTIVECAMPAIGN_API_KEY=your-api-key-here
ACTIVECAMPAIGN_API_URL=https://youraccountname.api-us1.com💡 Tip: You can find your API key and URL in your ActiveCampaign account under Settings > Developer.
To customize the addon settings, publish the configuration file:
php artisan vendor:publish --tag=activecampaign-configThis creates config/activecampaign.php where you can modify default settings.
🔥 Pro Features Available Unlock multi-site capabilities with the Pro edition. Requires Statamic Pro.
After purchasing the Pro edition, enable it in your config/statamic/editions.php:
'addons' => [
'lwekuiper/statamic-activecampaign' => 'pro'
],- Multi-Site Management: Different ActiveCampaign configurations per site
- Site-Specific Routing: Route submissions based on the current site
- Enhanced Flexibility: Perfect for agencies managing multiple client sites
For the full usage guide — including form setup, field mapping, consent management, multi-site configuration, troubleshooting, and more — see DOCUMENTATION.md.
Contributions are welcome! Please feel free to submit a Pull Request.
This addon requires a license for use in production. You may use it without a license while developing locally.
- Documentation: DOCUMENTATION.md
- Issues: GitHub Issues
- Discussions: GitHub Discussions
This addon is a third-party integration and is not affiliated with, endorsed by, or officially connected to ActiveCampaign, LLC. "ActiveCampaign" is a registered trademark of ActiveCampaign, LLC. All product names, logos, and brands are property of their respective owners.
Made with ❤️ for the Statamic community