Yes, I have them set up. You can see evidence of this here:
https://gyazo.com/3a2b8bd2e9c4aa14a3a6ac8478127221You should join our new Sighthound Community discord, I would be able to help you pretty quickly there.
https://discord.gg/au2Z2E2In Discord if you want to test this you can make a Discord server for your personal use, then go and configure a channel for your notifications. You go to the webhook section and it will let you set that up, and give you a URL. This is the URL you plug into Sighthound but you also have to form the JSON correctly:
In this case I am overriding the Discord username of the bot, there are several options which I will reference after this example
- Code: Select all
{
"username": "CAMERANAME",
"content": "Activity on CAMERANAME",
"embeds": [{
"title": "View Online",
"url": "https://yourIPorDOMAIN.com:8848/#/clips/CAMERANAME/RULENAME"
}]
}
Reference:
https://discordapp.com/developers/docs/ ... es/webhookhttps://birdie0.github.io/discord-webho ... mbeds.htmlhttps://birdie0.github.io/discord-webho ... /file.htmlFor other services you will format them according to their instructions, this is specifically for Discord.
Also the thing can't be sent as text, send it as Application/JSON