You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This notification is sent by Tombolo because your email address is included in the job monitoring notification recipient list. If you wish to stop receiving these alerts, please contact the Tombolo administrator.
160
+
</td>
65
161
</tr>
66
162
</tbody>
67
163
</table>
68
-
</div>
69
-
70
-
<!-- Mentions -->
71
-
<divclass="section">
72
-
[MENTIONS]
73
-
<at>email1@example.com</at>
74
-
<at>email2@example.com</at>
75
-
<at>email3@example.com</at>
76
-
</div>
164
+
</td>
165
+
</tr>
166
+
</tbody>
167
+
</table>
77
168
78
-
<divclass="signature">Tombolo</div>
79
-
<divclass="footer">
80
-
You are receiving this message because you are part of the job
81
-
monitoring notification list. To stop getting these alerts please
? `This alert is generated by ${data.monitoringName}`
77
+
: "Job Monitoring Alert",
9
78
sections: [
10
79
{
11
-
activityTitle: "Lorem ipsum dolor sit amet",
12
-
activitySubtitle:
13
-
"Tconsectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud",
14
-
text: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.",
15
-
potentialAction: [
16
-
{
17
-
"@type": "ActionCard",
18
-
name: "Comment",
19
-
inputs: [
20
-
{
21
-
"@type": "TextInput",
22
-
id: "comment",
23
-
isMultiline: true,
24
-
title: "Enter your comment",
25
-
},
26
-
],
27
-
actions: [
28
-
{
29
-
"@type": "HttpPOST",
30
-
name: "OK",
31
-
target: "http://...",
32
-
},
33
-
],
34
-
},
35
-
{
36
-
"@type": "ActionCard",
37
-
name: "Change Status",
38
-
inputs: [
39
-
{
40
-
"@type": "MultichoiceInput",
41
-
id: "list",
42
-
title: "Change the status to",
43
-
isMultiSelect: "false",
44
-
choices: [
45
-
{display: "In Progress",value: "in_progress"},
46
-
{display: "Done",value: "done"},
47
-
],
48
-
},
49
-
],
50
-
actions: [
51
-
{
52
-
"@type": "HttpPOST",
53
-
name: "OK",
54
-
target: "http://...",
55
-
},
56
-
],
57
-
},
58
-
],
80
+
activityTitle:
81
+
typeofdata.monitoringName!=="undefined"
82
+
? `This alert is generated by ${data.monitoringName}`
0 commit comments