Acumbamail Icon

Acumbamail

Latest Version Total Downloads

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

  1. Navigate to Tools > Addons in your Statamic control panel
  2. Search for "Acumbamail"
  3. 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

βš–οΈ 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