Alerts service for mogboard.
- Discord
UNIVERSALIS_MAILGUN_KEY
- Your Mailgun API keyUNIVERSALIS_ALERTS_DISCORD_TOKEN
- Your Discord bot tokenUNIVERSALIS_ALERTS_EMAIL_ADDRESS
- Your notifications email address
Sends a notification over Discord.
Sends a notification over email.
{
targetUser: string,
notification: {
itemName: string,
pageUrl: string,
reasons: string[]
}
}
UNIALERTS_TEST_DISCORD_ID
- The Discord account to which the test notification will be sent.