Webhook queue does no call Endpoint #8208

Closed
opened 2025-12-29 20:33:48 +01:00 by adam · 2 comments
Owner

Originally created by @jonatangobbato on GitHub (Jun 17, 2023).

NetBox version

v3.5.2

Python version

3.10

Steps to Reproduce

  1. Create a Webhook to send a POST to URL when an IP Address are Created;
  2. Creates an IP Address to trigger the webhook.

Expected Behavior

The Webhook needs to send a POST to the URL.

Observed Behavior

The Job of the webhook trigger appears on the queue, but the URL not receives de request.

Job finished on queue
image

webhook receiver result
image

webhook config
image

Originally created by @jonatangobbato on GitHub (Jun 17, 2023). ### NetBox version v3.5.2 ### Python version 3.10 ### Steps to Reproduce 1. Create a Webhook to send a POST to URL when an IP Address are Created; 2. Creates an IP Address to trigger the webhook. ### Expected Behavior The Webhook needs to send a POST to the URL. ### Observed Behavior The Job of the webhook trigger appears on the queue, but the URL not receives de request. Job finished on queue ![image](https://github.com/netbox-community/netbox/assets/29125329/03fe0ef6-cd45-4f73-b391-0f2483aee1f4) webhook receiver result ![image](https://github.com/netbox-community/netbox/assets/29125329/3b6fbc30-19dc-4566-9496-352a78dfa4ed) webhook config ![image](https://github.com/netbox-community/netbox/assets/29125329/270a5694-ae5d-4f76-9d35-4474ffdef1d2)
adam added the type: bug label 2025-12-29 20:33:48 +01:00
adam closed this issue 2025-12-29 20:33:48 +01:00
Author
Owner

@jonatangobbato commented on GitHub (Jun 17, 2023):

Sorry,

My conditional rule was wrong, I thought the task started only if the condition was OK.

Closing the Issue.

@jonatangobbato commented on GitHub (Jun 17, 2023): Sorry, My conditional rule was wrong, I thought the task started only if the condition was OK. Closing the Issue.
Author
Owner

@jonatangobbato commented on GitHub (Jun 17, 2023):

CLose

@jonatangobbato commented on GitHub (Jun 17, 2023): CLose
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8208