Skip to content

Document silent delivery for incoming webhooks#1506

Merged
sbishel merged 5 commits into
masterfrom
bot-silent-delivery
Jul 10, 2026
Merged

Document silent delivery for incoming webhooks#1506
sbishel merged 5 commits into
masterfrom
bot-silent-delivery

Conversation

@sbishel

@sbishel sbishel commented Jun 5, 2026

Copy link
Copy Markdown
Member

Summary

Documents the new silent field for incoming webhooks, which delivers a post to a channel without generating any notifications. Also updates the related reserved-props key lists and cross-links the mutual exclusivity with persistent notifications.

Ticket Link

Fixes: https://mattermost.atlassian.net/browse/MM-68754

Related PRs

mattermost/mattermost#36771

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

Newest code from mattermost has been published to preview environment for Git SHA 014d407

@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@sbishel, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 31 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7c7a3f05-03ef-4867-90aa-0bfc8ef7c756

📥 Commits

Reviewing files that changed from the base of the PR and between 014d407 and 1b1ac1a.

📒 Files selected for processing (1)
  • scripts/plugin-jsdocs.js
📝 Walkthrough

Walkthrough

Documentation updates clarify mutual exclusivity between persistent notifications and silent parameter delivery across three integration pages, and expand the list of reserved keys for the props parameter in webhook and slash command endpoints.

Changes

Integration Documentation Updates

Layer / File(s) Summary
Persistent notifications and silent parameter documentation
site/content/integrate/reference/message-priority/_index.md, site/content/integrate/webhooks/incoming/_index.md
Message priority documentation updated to specify that persistent_notifications is exclusive with the silent parameter. Incoming webhooks documentation added the silent parameter row describing silent post delivery behaviour and its mutual exclusivity with priority.persistent_notifications.
Props reserved keys documentation expansion
site/content/integrate/slash-commands/custom/_index.md, site/content/integrate/webhooks/incoming/_index.md
Slash commands and incoming webhooks documentation clarified that reserved keys in the props parameter are ignored when supplied, and expanded the reserved-key list to include additional notification, from_*, and override_*-related fields.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and clearly describes the main change: documenting silent delivery for incoming webhooks, which is the primary focus of the PR.
Description check ✅ Passed The description is directly related to the changeset, explaining the new silent field, related documentation updates, and the mutual exclusivity with persistent notifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bot-silent-delivery

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sbishel sbishel requested a review from larkox June 8, 2026 19:36
@github-actions

Copy link
Copy Markdown

Newest code from mattermost has been published to preview environment for Git SHA e448862

@github-actions

Copy link
Copy Markdown

Newest code from mattermost has been published to preview environment for Git SHA ff95bb3

@github-actions

Copy link
Copy Markdown

Newest code from mattermost has been published to preview environment for Git SHA 1b1ac1a

@sbishel sbishel merged commit 8e2ae29 into master Jul 10, 2026
5 checks passed
@sbishel sbishel deleted the bot-silent-delivery branch July 10, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants