mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
b0788f410f
Rename the "Test Notification" to "Troubleshooting Notification"
26 lines
779 B
Plaintext
26 lines
779 B
Plaintext
{
|
|
"_version": "1.1",
|
|
"msg_id": "00000000-0000-0000-0000-000000000000",
|
|
"payload": {
|
|
"_version": "1.2",
|
|
"notification_name": "Troubleshooting Notification",
|
|
"notification_template_id": "00000000-0000-0000-0000-000000000000",
|
|
"user_id": "00000000-0000-0000-0000-000000000000",
|
|
"user_email": "bobby@coder.com",
|
|
"user_name": "Bobby",
|
|
"user_username": "bobby",
|
|
"actions": [
|
|
{
|
|
"label": "View notification settings",
|
|
"url": "http://test.com/deployment/notifications?tab=settings"
|
|
}
|
|
],
|
|
"labels": {},
|
|
"data": null,
|
|
"targets": null
|
|
},
|
|
"title": "A test notification",
|
|
"title_markdown": "A test notification",
|
|
"body": "This is a test notification.",
|
|
"body_markdown": "This is a test notification."
|
|
} |