mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
34 lines
1001 B
Plaintext
34 lines
1001 B
Plaintext
{
|
|
"_version": "1.1",
|
|
"msg_id": "00000000-0000-0000-0000-000000000000",
|
|
"payload": {
|
|
"_version": "1.2",
|
|
"notification_name": "Task Resumed",
|
|
"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 task",
|
|
"url": "http://test.com/tasks/bobby/00000000-0000-0000-0000-000000000000"
|
|
},
|
|
{
|
|
"label": "View workspace",
|
|
"url": "http://test.com/@bobby/my-workspace"
|
|
}
|
|
],
|
|
"labels": {
|
|
"task": "my-task",
|
|
"task_id": "00000000-0000-0000-0000-000000000000",
|
|
"workspace": "my-workspace"
|
|
},
|
|
"data": {},
|
|
"targets": null
|
|
},
|
|
"title": "Task 'my-task' has resumed",
|
|
"title_markdown": "Task 'my-task' has resumed",
|
|
"body": "The task 'my-task' has resumed.",
|
|
"body_markdown": "The task 'my-task' has resumed."
|
|
} |