Update navigation methods and information names to match UI#651
Open
mheavey2 wants to merge 2 commits intomautic:5.2from
Open
Update navigation methods and information names to match UI#651mheavey2 wants to merge 2 commits intomautic:5.2from
mheavey2 wants to merge 2 commits intomautic:5.2from
Conversation
adiati98
requested changes
Feb 25, 2026
| To add a new action: | ||
|
|
||
| 1. Click **Points > Point Actions > + New** - located in the top right corner. | ||
| 1. Click **Points > Manage Actions > + New** - located in the top right corner. |
Contributor
There was a problem hiding this comment.
Suggested change
| 1. Click **Points > Manage Actions > + New** - located in the top right corner. | |
| 1. On the left side, navigate to **Points > Manage Actions** and click the **New** button located in the top right corner. |
| * **Change Points (+/-)** - The value change to set for the action. The ``+`` isn't necessary when adding Points. When subtracting Points, add the ``-`` symbol. | ||
|
|
||
| * **Actions taken by User** - This is the behavior or action the Contact must complete to trigger the action. | ||
| * **Actions taken by contact** - This is the behavior or action the Contact must complete to trigger the action. |
Contributor
There was a problem hiding this comment.
I understand that on the form, the "Contact" is in lowercase. However, Contact is Mautic's feature and that's why Vale gives warning. So, let's change this to uppercase.
I think we can also adjust the wording.
Suggested change
| * **Actions taken by contact** - This is the behavior or action the Contact must complete to trigger the action. | |
| * **Actions taken by Contact** - The specific Contact activity required to trigger the point action. |
| * **Actions taken by User** - This is the behavior or action the Contact must complete to trigger the action. | ||
| * **Actions taken by contact** - This is the behavior or action the Contact must complete to trigger the action. | ||
|
|
||
| * **Point Group** - This is the Point Group you want the action applied to. |
Contributor
There was a problem hiding this comment.
Let's reword this for clarity.
Suggested change
| * **Point Group** - This is the Point Group you want the action applied to. | |
| * **Point group** - Identify the target group for the action. An empty selection applies the action to all main Contact points by default. |
|
|
||
| * **Category** - Organize your Point Actions based on their goals, Campaigns, etc. For more information, see :doc:`Categories</categories/categories-overview>`. All Points accumulate on a Contact record, regardless of Category. There is one Points score for each Contact. | ||
|
|
||
| * **Projects** - Organize your Point Actions based on their Campaigns project. |
Contributor
Comment on lines
+56
to
+58
| To add a new trigger: | ||
|
|
||
| 1. Click **Points > Manage Triggers > + New** - located in the top right corner. This opens in the **Details** tab. |
Contributor
There was a problem hiding this comment.
Because there's only a single point, I think we better squash this into one sentence.
Suggested change
| To add a new trigger: | |
| 1. Click **Points > Manage Triggers > + New** - located in the top right corner. This opens in the **Details** tab. | |
| On the left side, navigate to **Points > Manage Triggers** and click the **New** button located in the top right corner to create a new point trigger. |
| :alt: Screenshot of Points trigger | ||
|
|
||
| Creating Point Triggers is like creating Point Actions. The **Name**, **Description**, **Category**, and **Active** options are all the same. The trigger fires based on the minimum number of Points. Set a number and decide if you want to **Trigger for existing applicable Contacts upon saving - if activated**. | ||
| Creating Point Triggers is like creating Point Actions. The **Name**, **Description**, **Point Group**, **Category**, **Projects** and **Active** options are all the same. The trigger fires based on the minimum number of Points. Set a number and decide if you want to **Trigger for existing applicable Contacts upon saving - if activated**. |
Contributor
There was a problem hiding this comment.
There are a couple of things here:
- I still don't see "Projects" anywhere in New Trigger
- Unlike point actions, there's "Contact color" in point triggers. We need to include and explain that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
update navigation methods and information names to match UI.
Linked issue
Closes #498