banner

Run Manually Plugin

Installation & Setup

Prerequisites

  • Administrative access to install plugins.
  • Composer (if plugin dependencies are managed externally).

Installation Steps

  1. Copy the RunManuallyBundle into the application’s
    plugins/ directory.
  2. Run the following command:
    php bin/console mautic:plugins:reload
  3. Log in to the application’s admin panel and navigate to Settings → Plugins.
  4. Locate the Run Manually Plugin and click Install/Update.
  5. Verify that the plugin is active.
  6. Clear the cache and run:
    bin/console m:a:g

Working of the Plugin

  • After installing the plugin, a new button Run Manually appears in both the list actions and detailed view of Segments and Campaigns.
  • For list actions, users can select multiple segments or campaigns and trigger them manually from the UI.

Run manually list view

  • In the detailed view, a dedicated button is available to manually trigger both segments and campaigns.

Run manually detail view

  • Clicking the Run Manually button triggers the selected segment or campaign directly from the UI, eliminating the need to execute CLI commands for manual processing.