Files
telert/docs/usage.md
2025-06-02 10:37:43 +08:00

442 B

Usage

Send JSON payloads to the webhook to control the message.

{
  "event": "New Order",
  "text": "Order #123 was placed",
  "emoji": "🛒",
  "metadata": {
    "customer": "alice@example.com"
  }
}

Fields:

  • event (required): short title of the notification
  • text: message body
  • emoji: emoji to prefix the message
  • metadata: key/value pairs shown as tags
  • notify: set to false to disable notifications