Dear @Chris Kovac ,
Thank you for your post in our forum.
You could try this column formatting to create an email automatically.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"children": [
{
"elmType": "span",
"style": {
"padding-right": "8px"
},
"txtContent": "send email"
},
{
"elmType": "a",
"attributes": {
"iconName": "Mail",
"class": "sp-field-quickActions",
"href": {
"operator": "+",
"operands": [
"mailto:",
"[$address]",
"?subject=",
"[$subject]",
"&body=Hi,",
"\r\n\r\n",
"[$body]"
]
}
}
}
]
}
The following article is the testing result.
-
- Click email button.
Automatically fill the email with column value.
Should you have any questions or concerns, please do feel free to contact me.
Yours sincerely,
Renjie Sun
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.