[FEAT] : add Outbound Webhooks Dashboard & Retry History (Advanced Integrations) #2999
Open
hrshjswniii wants to merge 4 commits into
Open
[FEAT] : add Outbound Webhooks Dashboard & Retry History (Advanced Integrations) #2999hrshjswniii wants to merge 4 commits into
hrshjswniii wants to merge 4 commits into
Conversation
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
Contributor
Author
|
Hiii @Priyanshu-byte-coder , do review the issue implemented and feel free to merge the Pr !! |
Owner
|
New feature/UI PRs are on hold during the code-quality sprint — see discussion #2651. We'll revisit this after the sprint; meanwhile tests, refactors, and bug-fix PRs are very welcome. |
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.
Summary
Implements payload inspection and delivery retry options for the Custom Webhooks manager, transforming the notification pipeline into an enterprise-grade utility. It also resolves a critical runtime crash in the details panel where config details and delivery histories failed to bind correctly from the API.
Closes #2983
Type of Change
What Changed
GETroute's select query onwebhook_deliveriesto include thepayloadcolumn, enabling client-side details rendering.confignamespace because of direct backend response object assignment (assigneddata.webhooktoconfiganddata.recentDeliveriestodeliveries).POSTto the retry API route and refreshes the delivery log history automatically on success.How to Test
Expected result: Webhook delivery traces load without issues, payloads are fully inspectable, and retrying failed posts updates the delivery history instantly.
Checklist
console.log, debug code, or commented-out blocksnpm run lintpasses locallynpm run type-check)Accessibility (UI changes only)
Additional Context
Payload delivery retry details are stored in the existing DB tables (
webhook_deliveries), requiring zero database migration steps and keeping the payload trace data fully integrated.