mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
fe24a7a4a8
This PR aimes to [fix this issue](https://github.com/coder/internal/issues/448) - The main idea is to remove greetings from templates stored in the DB - and instead push it into the template for require methods - for now SMTP.
29 lines
885 B
Plaintext
29 lines
885 B
Plaintext
{
|
|
"_version": "1.1",
|
|
"msg_id": "00000000-0000-0000-0000-000000000000",
|
|
"payload": {
|
|
"_version": "1.2",
|
|
"notification_name": "Your account has been activated",
|
|
"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": "Open Coder",
|
|
"url": "http://test.com"
|
|
}
|
|
],
|
|
"labels": {
|
|
"activated_account_name": "bobby",
|
|
"initiator": "rob"
|
|
},
|
|
"data": null,
|
|
"targets": null
|
|
},
|
|
"title": "Your account \"bobby\" has been activated",
|
|
"title_markdown": "Your account \"bobby\" has been activated",
|
|
"body": "Your account bobby has been activated by rob.",
|
|
"body_markdown": "Your account **bobby** has been activated by **rob**."
|
|
} |