chore(kno-11112): reference payload size limitation in attachment docs#1361
Merged
scotidodson merged 3 commits intomainfrom Mar 23, 2026
Merged
chore(kno-11112): reference payload size limitation in attachment docs#1361scotidodson merged 3 commits intomainfrom
scotidodson merged 3 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk LOW: Clarifies the 10MB trigger payload limit in email attachment docs and performs minor prose cleanup.
Reasons
- Only a single
.mdxcontent file is modified (content/integrations/email/attachments.mdx) - Small diff: 6 additions and 10 deletions (16 total lines changed)
- No new pages, sidebar changes, component changes, or dependency updates
- Changes are editorial: consolidating notes, updating a table description, and adding a cross-reference link
- Author (
scotidodson) is a known repository contributor
Notes
- Verify the cross-reference link to
/send-notifications/triggering-workflows/api#trigger-payloadresolves correctly on the preview deployment - The Callout component change (from
type="info"+title="Note:"toemoji="💡"+title="Resend inline images.") is a minor style update — confirm it renders as expected
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.


KNO-11112: Docs — update email attachment docs to reference the total payload limit
Summary
contentproperty description in the attachment object table to clarify that the 10MB limit applies to the full trigger payload (not per attachment), links to the trigger payload docs, and notes that email providers may enforce stricter limits.**Note**callouts into prose, folded multiple-attachments mention into section intro.Changes
content/integrations/email/attachments.mdx—contenttable row updated with payload limit link and provider limit note; prose and style cleanup throughoutNotes
The 10MB payload limit is documented at
send-notifications/triggering-workflows/api.mdxline 64. No changes needed there.