Webhooks
VisionAlert also supports webhooks. It allows you to receive an HTTP POST request to a target URL of your choosing.
To manage your webhooks or add a new webhook target, head to the license configuration page, where you'll find the options just below the cameras section.
Note:
-
The Target URL should return a valid HTTP status code
200
. If the Target URL consistently returns an error code, the hook will be removed and an email will be sent to the account owner. -
To quickly test out this feature, you can use webhook.site. It generates a unique target URL and displays all the requests made to that URL.