A powerful Statamic addon that seamlessly integrates your forms with Acumbamail, 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.
β¨ Features
π Lite Edition
- Form Integration: Connect any Statamic form to Acumbamail lists
- Contact Sync: Automatically create or update contacts in Acumbamail
- Custom Fields: Map form fields to Acumbamail merge fields
- Consent Management: Built-in GDPR compliance with consent field support
- Tag Assignment: Automatically tag contacts upon form submission
π Pro Edition
- Multi-Site Support: Configure different Acumbamail 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
π Requirements
- PHP: 8.2 or higher
- Laravel: 11.0 or higher
- Statamic: 4.0 or higher
- Acumbamail Account: With API access enabled
π Installation
Via Statamic Control Panel
- Navigate to Tools > Addons in your Statamic control panel
- Search for "Acumbamail"
- Click Install
Via Composer
composer require lwekuiper/statamic-acumbamail
The package will automatically register itself.
βοΈ Configuration
1. Acumbamail API Setup
Add your Acumbamail auth token to your .env file:
ACUMBAMAIL_AUTH_TOKEN=your-auth-token-here
π‘ Tip: You can find your auth token in the API section of your Acumbamail account settings.
2. Publish Configuration (Optional)
To customize the addon settings, publish the configuration file:
php artisan vendor:publish --tag=statamic-acumbamail-config
This creates config/statamic/acumbamail.php where you can modify default settings.
π― Pro Edition
π₯ Pro Features Available Unlock multi-site capabilities with the Pro edition. Requires Statamic Pro.
Upgrading to Pro
After purchasing the Pro edition, enable it in your config/statamic/editions.php:
'addons' => [ 'lwekuiper/statamic-acumbamail' => 'pro'],
Pro Benefits
- Multi-Site Management: Different Acumbamail configurations per site
- Site-Specific Routing: Route submissions based on the current site
- Enhanced Flexibility: Perfect for agencies managing multiple client sites
π Documentation
For the full usage guide β including form setup, field mapping, consent management, multi-site configuration, troubleshooting, and more β see DOCUMENTATION.md.
π€ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
π License
This addon requires a license for use in production. You may use it without a license while developing locally.
π Support
- Documentation: DOCUMENTATION.md
- Issues: GitHub Issues
- Discussions: GitHub Discussions
βοΈ Disclaimer
This addon is a third-party integration and is not affiliated with, endorsed by, or officially connected to Acumbamail. "Acumbamail" is a trademark of Acumbamail. All product names, logos, and brands are property of their respective owners.
Made with β€οΈ for the Statamic community