-
Notifications
You must be signed in to change notification settings - Fork 618
insight webhooks docs #6574
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
insight webhooks docs #6574
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
| ## Webhook Filters | ||
|
|
||
| You can filter webhook notifications based on specific criteria. | ||
| Each webhook must have either a events filter or a transcations filter (or both). |
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.
There are two typos in this sentence:
- "a events filter" should be "an events filter"
- "transcations filter" should be "transactions filter"
The corrected sentence should read:
"Each webhook must have either an events filter or a transactions filter (or both)."
| Each webhook must have either a events filter or a transcations filter (or both). | |
| Each webhook must have either an events filter or a transactions filter (or both). |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6574 +/- ##
=======================================
Coverage 55.07% 55.07%
=======================================
Files 883 883
Lines 55361 55361
Branches 3791 3791
=======================================
Hits 30490 30490
Misses 24776 24776
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|

Add Webhooks Documentation to Insight Portal
PR-Codex overview
This PR introduces support for
Webhooksin the application, enhancing the sidebar navigation and adding detailed documentation on webhook management, filtering, payload format, and verification processes.Detailed summary
Webhookto the sidebar with links to related documentation.Webhooks, covering: