Closed
Description
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.7
Python Version
3.10
Steps to Reproduce
- Create an event rule with action data
- action data is not accessible to the webhook
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.