[PR #3605] [MERGED] implemented #3445 - Add support for additional user defined headers t… #12594

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3605
Author: @lampwins
Created: 10/13/2019
Status: Merged
Merged: 10/13/2019
Merged by: @lampwins

Base: developHead: 3445-webhooks-additional-headers


📝 Commits (1)

  • c7d9bf8 implemented #3445 - Add support for additional user defined headers to be added to webhook requests

📊 Changes

4 files changed (+35 additions, -2 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+1 -2)
netbox/extras/migrations/0027_webhook_additional_headers.py (+19 -0)
📝 netbox/extras/models.py (+12 -0)
📝 netbox/extras/webhooks_worker.py (+3 -0)

📄 Description

…o be added to webhook requests

Fixes: #3445

Add support for additional user defined headers to be added to webhook requests.

Adds the additional_headers JSONField to the Webhook model.


🔄 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/3605 **Author:** [@lampwins](https://github.com/lampwins) **Created:** 10/13/2019 **Status:** ✅ Merged **Merged:** 10/13/2019 **Merged by:** [@lampwins](https://github.com/lampwins) **Base:** `develop` ← **Head:** `3445-webhooks-additional-headers` --- ### 📝 Commits (1) - [`c7d9bf8`](https://github.com/netbox-community/netbox/commit/c7d9bf839ee6cf977525bc3378b21b0544431773) implemented #3445 - Add support for additional user defined headers to be added to webhook requests ### 📊 Changes **4 files changed** (+35 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+1 -2) ➕ `netbox/extras/migrations/0027_webhook_additional_headers.py` (+19 -0) 📝 `netbox/extras/models.py` (+12 -0) 📝 `netbox/extras/webhooks_worker.py` (+3 -0) </details> ### 📄 Description …o be added to webhook requests <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #3445 Add support for additional user defined headers to be added to webhook requests. Adds the `additional_headers` JSONField to the Webhook model. --- <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:22:32 +01:00
adam closed this issue 2025-12-29 22:22:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12594