Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPMMA-1572 clone campaign events #290

Merged
merged 4 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading