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

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'
}
]
};
Copy