chore(KNO-13495): Add broadcast email best practices#1472
Open
rachael-t wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk LOW: Adds a short "Best practices" section to the existing broadcasts documentation advising users to separate marketing and transactional email channels.
Reasons
- Only 1 file modified (
content/concepts/broadcasts.mdx), an existing MDX content page - Minimal diff: 4 lines added, 0 deleted
- No structural, component, or configuration changes
- No new pages, sidebar changes, or image additions
- Author (
rachael-t) is a known repository contributor
Notes
- The new paragraph is content-only and positioned logically before the FAQ section
- No links or code references to verify beyond the existing ones already in the file
Sent by Cursor Automation: Docs PR classifier
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
Adds a best practices section to the broadcast docs, including our recommendation that customers should consider adding a separate, dedicated marketing email channel for recurring/high-volume broadcasts to help protect transactional email deliverability and sender reputation.
Opted to create a new best practices section vs adding in FAQ to help make sure this is better surfaced when customers are reviewing the docs (and we can add to it if we have anything else we want to make sure to recommend).
https://docs-git-rt-kno-13495-broadcast-best-practices-knocklabs.vercel.app/concepts/broadcasts#best-practices
Tasks
KNO-13495