-
Notifications
You must be signed in to change notification settings - Fork 23
/
Email.JSON
48 lines (48 loc) · 1.32 KB
/
Email.JSON
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
42
43
44
45
46
47
48
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"children": [
{
"elmType": "a",
"style": {
"padding-right": "8px"
},
"txtContent": "Email",
"attributes": {
"target": "_blank",
"href": {
"operator": "+",
"operands": [
"mailto:",
"[$Title]",
"?subject=Wonder women here&body=Hey ",
"[$Title]",
"\nJust checking, if you have saved the world?.\r\n---\r\n",
"\r\nClick this link for more info. http://contoso.sharepoint.com/sites/ConferencePrep/Tasks/Prep/DispForm.aspx?ID=",
"[$ID]"
]
}
}
},
{
"elmType": "a",
"attributes": {
"target": "_blank",
"iconName": "Mail",
"class": "sp-field-quickActions",
"href": {
"operator": "+",
"operands": [
"mailto:",
"[$Title]",
"?subject=Wonder women here&body=Hey ",
"[$Title]",
"\nJust checking, if you have saved the world?\r\n---\r\n",
"\r\nClick this link for more info. http://contoso.sharepoint.com/sites/ConferencePrep/Tasks/Prep/DispForm.aspx?ID=",
"[$ID]"
]
}
}
}
]
}