Skip to content

Add {{TAG}} to Webhook variables

Kuba Wolanin requested to merge kubawolanin/Shinobi:webhook-tag into dev

This PR adds {{TAG}} variable to the webhook. It can be useful especially when using Tensorflow Object detection - we can pass recognized object tag (label) directly to the URL

e.g. http://some.site/monitor/{{MONITOR_ID}}/{{TAG}} will resolve to http://some.site/monitor/gate/car

All merges are subject to these guidelines : https://shinobi.video/docs/contribute

Merge request reports