Unable to trigger a webhook via script execution #14382
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Milestone
NetBox version
v3.6.5
Python version
3.10
Steps to Reproduce
webhook_receiver
management command locally)Expected Behavior
Two webhooks should be sent: One when the script starts, and another when it ends.
Observed Behavior
The webhook is not triggered for either event. This is because the content type with which the webhook is associated (
extras.Script
) differs from the job's object type (extras.ScriptModule
). This can be confirmed by inspecting the completed job under operations > jobs.The text was updated successfully, but these errors were encountered: