-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdm_members_message.json
More file actions
41 lines (41 loc) · 1.15 KB
/
dm_members_message.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"channel": "id",
"text" : "Our records indicate that you haven't yet completed your workspace obligation this quarter.",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Hi, ${name}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Our records indicate that you haven't yet completed your workspace obligation this quarter. To ensure our workspace is kept organized we're now requiring all active members to contribute to workspace cleaning each quarter. "
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Type `/workspace-info` for details"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<https://docs.google.com/spreadsheets/d/1q1pYRZxo9rS-IyfcKZKzBRJSUtAgbmrR8gDL26YFqTQ/edit#gid=1753132064|Click here for the list of tasks to complete>"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "If you have questions, or are not active in SSI this quarter, message @workspace"
}
}
]
}