@mxinden are there multiple receivers per alert? I wonder if we can also make them clickable.
@w0rm Yes, the receivers endpoint returns an array, which can contain multiple receivers. Making them clickable would be great!
{
"status": "success",
"data": [
"web.hook",
"web.hook2"
]
}
Most helpful comment
@w0rm Yes, the
receiversendpoint returns an array, which can contain multiple receivers. Making them clickable would be great!