[PR #4462] [MERGED] Closes #4460: Add a webhook listener for troubleshooting #12850

Closed
opened 2025-12-29 22:23:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4462
Author: @jeremystretch
Created: 4/7/2020
Status: Merged
Merged: 4/7/2020
Merged by: @jeremystretch

Base: developHead: 4460-webhook-listener


📝 Commits (2)

  • ae58af4 Added webhook_receiver management command
  • 2357928 Add documentation for webhook_receiver

📊 Changes

3 files changed (+119 additions, -0 deletions)

View changed files

📝 docs/additional-features/webhooks.md (+33 -0)
📝 docs/release-notes/version-2.7.md (+1 -0)
netbox/extras/management/commands/webhook_receiver.py (+85 -0)

📄 Description

Closes: #4460

Adds a new Django management command (webhook_receiver) that starts a simple HTTP server to receive outgoing webhooks from NetBox. The HTTP headers and body of each request are printed to stdout for inspection.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4462 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/7/2020 **Status:** ✅ Merged **Merged:** 4/7/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `4460-webhook-listener` --- ### 📝 Commits (2) - [`ae58af4`](https://github.com/netbox-community/netbox/commit/ae58af4bb75e2f81a305ee1f3fdc85bb26780b97) Added webhook_receiver management command - [`2357928`](https://github.com/netbox-community/netbox/commit/2357928e728332e1fce0a6202323320567ef9340) Add documentation for webhook_receiver ### 📊 Changes **3 files changed** (+119 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/additional-features/webhooks.md` (+33 -0) 📝 `docs/release-notes/version-2.7.md` (+1 -0) ➕ `netbox/extras/management/commands/webhook_receiver.py` (+85 -0) </details> ### 📄 Description ### Closes: #4460 Adds a new Django management command (`webhook_receiver`) that starts a simple HTTP server to receive outgoing webhooks from NetBox. The HTTP headers and body of each request are printed to stdout for inspection. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:58 +01:00
adam closed this issue 2025-12-29 22:23:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12850