ActiveCampaign Icon

ActiveCampaign

3.2.0

February 12th, 2026

What's fixed

  • Memoize API calls with Blink to eliminate redundant requests within a single lifecycle
  • Use collection endpoints in fieldtype lookups to prevent N+1 API calls

What's changed

  • Renamed internal listTags and listCustomFields methods to getTags and getCustomFields

3.1.0

February 9th, 2026

What's new

  • Support for multiple lists and tags per form configuration

What's changed

  • list_id field renamed to list_ids (now accepts multiple lists)
  • tag_id field renamed to tag_ids (now accepts multiple tags)

3.0.0

February 6th, 2026

What's new

  • Statamic 6 support
  • Inertia.js pages replacing Blade views
  • Vue 3 composition API components

What's changed

  • Requires Statamic 6 and Laravel 12
  • Dropped support for Statamic 4/5 and Laravel 10/11

2.1.1

July 14th, 2025

What's fixed

  • Convert array field values to string before sending to ActiveCampaign

2.1.0

May 5th, 2025

What's new

  • Add Laravel 12 support

2.0.1

May 5th, 2025

What's fixed

  • Use email field from form configuration

2.0.0

January 10th, 2025

What's new

  • Custom Stache store for form configurations
  • New FormConfig and FormConfigCollection data classes
  • New FormConfigRepository and FormConfigStore for data persistence
  • Form configuration listing in the Control Panel
  • Publishable config file
  • CI/CD with GitHub Actions
  • Comprehensive test suite

What's changed

  • Renamed ActiveCampaignService to ActiveCampaignConnector
  • Renamed FormFields fieldtype to StatamicFormFields
  • Replaced ActiveCampaignController with FormConfigController