v0.15.0 (Webhook Notifications!) #1107
Replies: 4 comments 9 replies
-
added https://discord.com/api/webhooks/XXXxXX/YYYY but not working , should i make some other steps ? |
Beta Was this translation helpful? Give feedback.
-
Just noticed this - Webhook support is a great new feature. |
Beta Was this translation helpful? Give feedback.
-
Hi there! I'm seeking clarification on whether this behavior is correct. When the webhook triggers and only one threshold has failed, the payload sent resembles this JSON structure: {
"result_id": 1633,
"site_name": "Speedtest Tracker",
"metrics": [
{
"name": "Download",
"threshold": "450 Mbps",
"value": "447.69 Mbps"
}
]
} In this case, the {
"result_id": 3931,
"site_name": "Speedtest Tracker",
"metrics": {
"1": {
"name": "Upload",
"threshold": "400 Mbps",
"value": "288.76 Mbps"
},
"2": {
"name": "Ping",
"threshold": "3 ms",
"value": "4.41 ms"
}
}
} Here, the Context: I was implementing a listener for this webhook, and these JSON variations drew my attention. |
Beta Was this translation helpful? Give feedback.
-
What's Changed
Full Changelog: v0.14.7...v0.15.0
This discussion was created from the release v0.15.0 (Webhook Notifications!).
Beta Was this translation helpful? Give feedback.
All reactions