Document Email details stat cards and Pending card scope for Segment vs. triggered Emails#782
Open
promptless-for-oss wants to merge 1 commit into
Conversation
Document the Sent, Read, Queued, and Pending stat cards on the Email details page, and clarify that the Pending card appears only for Segment Emails. Triggered Emails no longer show the Pending card (mautic/mautic#16304).
| - **Sent** - the number of Contacts that have received this Email, including both successful and failed sends, for the entire time period. | ||
| - **Read** - the number of Contacts that have read this Email, shown alongside the read percentage. | ||
| - **Queued** - the number of Contacts that have this Email queued to send based on their frequency rules. | ||
| - **Pending** - the number of Contacts that haven't yet received this Email. This card appears only for Segment Emails. Triggered Emails - those used in a Campaign rather than sent to a Segment - don't show the **Pending** card. It always reported zero for them, which falsely suggested that Mautic was sending no Emails. |
Author
There was a problem hiding this comment.
PR #16304 changes details.html.twig so the mautic.email.stat.pending card is only merged into emailStats when email.isSegmentEmail() is true, hiding it for triggered Emails where getPendingCount() always returned zero. This is the source for documenting that the Pending card appears only for Segment Emails. The stat definitions (Sent/Read/Queued/Pending) come from the mautic.email.stat.* tooltip strings in the EmailBundle messages.ini.
Source: mautic/mautic#16304
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.
Open this suggestion in Promptless to view citations and reasoning process
Expands the Email overview section in emails.rst to document the Sent, Read, Queued, and Pending stat cards on the Email details page, and clarifies that the Pending card appears only for Segment Emails. Reflects mautic/mautic#16304, which hides the Pending card on triggered (Campaign) Emails where it always showed zero.
Trigger Events
Tip: Point @Promptless at some of your docs debt and have it clean them up in the background 🧹