mirror of
https://github.com/zhigang1992/telert.git
synced 2026-01-12 22:42:11 +08:00
442 B
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 notificationtext: message bodyemoji: emoji to prefix the messagemetadata: key/value pairs shown as tagsnotify: set tofalseto disable notifications