Skip to content

Document Tag merge events for developers#522

Open
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/pr-15331-tag-merge-events
Open

Document Tag merge events for developers#522
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/pr-15331-tag-merge-events

Conversation

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Open this suggestion in Promptless to view citations and reasoning process

Documents the new TAG_PRE_MERGE and TAG_POST_MERGE events from mautic/mautic PR #15331. Includes event descriptions, TagMergeEvent methods, and a complete example subscriber showing how to listen to Tag merge operations.

Trigger Events


Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗

Add documentation for the new TAG_PRE_MERGE and TAG_POST_MERGE events
introduced in mautic/mautic PR #15331. These events allow plugins to
hook into Tag merge operations for syncing to external systems, logging,
or triggering custom business logic.
Tag merge events
****************

Mautic dispatches events when two Tags merge. Use these events to sync Tag changes to external systems, log merge operations, or trigger custom business logic.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added Tag merge events documentation based on LeadEvents::TAG_PRE_MERGE, LeadEvents::TAG_POST_MERGE, and TagMergeEvent class introduced in this PR. The events are dispatched in TagModel::tagMerge() method.

Source: mautic/mautic#15331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant