See Discord's Intro to Webhooks for information on how to create a webhook.
-
Name the webhook "AWS News", or something similar to distinguish the service using it.
-
Copy the webhook URL and paste it in to the config.yaml under
providers.discord.webhookURL
. The webhook format will look similar to this:"https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
-
Enable the Discord provider by setting
providers.discord.enabled
totrue
.
providers:
discord:
enabled: true
webhookURL: "https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
avatarURL: "https://i.imgur.com/HZfKC5p.png"
Example post: