Debug server starts
Receive notifications when your server restarts to identify downtimes or deployment changes.

When your server (re)starts, you can send an event to Operational with relevant information about the server status, various 3rd party connections, and more.
const e = {
name: "a critical event",
avatar: "🤖",
actions : [
{
url : 'https://webhook.site',
buttonText : 'Press me'
}
]
};