Skip to content

Commit

Permalink
Merge pull request #290 from patrykgruszka/DPMMA-1572_clone-campaign-…
Browse files Browse the repository at this point in the history
…events

DPMMA-1572 clone campaign events
  • Loading branch information
RCheesley authored Jun 13, 2024
2 parents 3264ba2 + 33cf38a commit 881681a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/campaigns/campaign_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,31 @@ Actions and Decisions in Mautic require a :doc:`cron job</configuration/cron_job
php /path/to/mautic/bin/console mautic:campaigns:trigger
If you want to execute the command at different intervals for specific Campaigns, you can pass the ``--campaign-id=ID`` argument to the command.

.. vale off
Cloning Campaign events
-----------------------

.. vale on
Since Mautic 5.1, the Campaign builder includes a feature that allows Users to clone - copy and paste - Campaign events, making it easier to replicate complex workflows or reuse specific actions, decisions, or conditions across different Campaigns. This feature supports cloning events within the same Campaign as well as between different Campaigns.

To clone an event:

1. Hover over the Campaign event that you want to clone and click the copy icon button to store the event in the clipboard:

.. image:: images/clone-campaign-event.png
:width: 277
:alt: Screenshot of hovering over a Campaign event to reveal the clone option


2. Click on the anchor of the event after which you want to insert the cloned event. This opens up a modal window.

3. In the modal window, click the "Insert" button to paste the stored event:

.. image:: images/paste-cloned-event-modal.png
:width: 583
:alt: Screenshot of the modal window with the insert option to paste the cloned event

The cloned event is now inserted in the Campaign workflow.
Binary file added docs/campaigns/images/clone-campaign-event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 881681a

Please sign in to comment.