Heads up! We're moving the Shared Email Templates for Outlook documentation to our new site: email-templates.app. The new version will be ready soon, and we hope you'll love the fresh, improved experience. Thank you for your patience during this transition.
When you insert a template into the current email message, appointment, or meeting, this macro inserts the text of the specified entity into the current macro position.
You can use:
You can use:
~%Insert{
"field":"to" | "cc" | "bcc" | "subject" | "location" |
"today" | "now" |
"recipient_first_name" | "recipient_full_name" | "recipient_last_name" |
"sender_first_name" | "sender_full_name" | "sender_last_name" |
"mailbox_property" | "profile_property" | "team_property" | "signature" |
"aad_property" | "link_to_onedrive_file" | "link_to_sharepoint_file" |
"dataset_value"
// in case of properties and AAD
"property":"textvalue",
// in case of signature
"property":"signature_name",
// in case of today, now
[ "format":"textvalue", ]
[ "locale":"textvalue" ]
// in case of link to OneDrive or SharePoint
("driveId":"textvalue",
"fileId":"textvalue",
"fileName":"textvalue",
"permissions":"view" | "edit",
"scope":"anonymous" | "organization" )
// in case of dataset_value
("dataset":"textvalue",
"keyvalue":"textvalue",
"column":"textvalue")
}
~%Insert{
"field":"team_property",
"property":"Description"
}
Please contact us here