Event action_data not passed to webhooks #18222
Labels
status: needs triage
This issue is awaiting triage by a maintainer
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.7
Python Version
3.10
Steps to Reproduce
Expected Behavior
action data should be able to be added to the webhook body and/or in the default body
Observed Behavior
data is not passed to the webhook;
It appears the data can be sent by adding it to the context object in
netbox/netbox/extras/webhooks.py
send_webhook(...) since it is contained in the event_rule object that is passed.The text was updated successfully, but these errors were encountered: