-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update campaign_builder.rst - Added Transactional No DNC text to M5 branch #136
base: 5.x
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -79,6 +79,7 @@ The actions that Mautic offers in a Campaign include: | |||||
- Sends a Webhook to a defined URL, using the GET, POST, PUT, PATCH, or DELETE methods. Headers and data is customizable, and support the use of tokens, such as Contact fields and the Contact's IP address. For example, ``{contactfield=firstname}`` | ||||||
* - **Send Email** | ||||||
- Sends a transaction or marketing Email to the selected Contact. You can send a transactional Email to the Contact multiple times. You can only send a marketing Email to the Contact once across multiple sources. If the Contact has already received this Email from another source or the current Campaign, they aren't sent the Email again and the Contact progresses through the Campaign. | ||||||
- Emails can be transactional or marketing. Marketing emails will obey Email Channel's Do Not Contact setting of the contact, Transactional Emails will disregard the Do Not Contact value. This allows to send Transactional emails as campaign step to Contacts even if they opted out to recieve Marketing emails via standard unsubscribe action and have DNC set as 'no'. Enable transactional email ignoring DNC can be turned on in Email Settings. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Just like we test code PR's in Gitpod, please review your docs edits in Gitpod too! This one broke the RST table layout, and there were several Vale fixes to do after addressing that 😸 . There should be a Gitpod button to click and you'll see any issues in the 'output' tab. As a side thought, this is a big wall of text to have in a small area in a table. Maybe it makes more sense to have a dedicated section which explains transactional and marketing emails, and link to it from this with a small description? WDYT @jos0405 ? I think a sub-section of emails.rst under Channels would make the most sense. |
||||||
* - **Send Email to User** | ||||||
- Sends an Email to an entity other than the Contact. This may be a Mautic User, the Contact's owner, or non-Users. Emails sent using this action don't generate any statistics for Contacts or Emails. | ||||||
* - **Send Marketing Message** | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.