Expand description
Discord - Discord Webhook
Sends a message to a Discord Webhook on events
§Example
webhooks:
my_discord:
type: discord
url: "https://discord.com/api/webhooks/..."
or
webhooks:
my_discord:
type: discord
avatar_url: "https://example.com/avatar.png"
username: "autopulse"
See DiscordWebhook for all options