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
Copy file name to clipboardExpand all lines: articles/active-directory/governance/customize-workflow-email.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,19 @@ ms.custom: template-how-to
13
13
14
14
# Customize emails sent out by workflow tasks (Preview)
15
15
16
-
Lifecycle Workflows provide many tasks related to sending emails to processed users. Email related tasks can be customized to suit the needs of a specific workflow. For a list of these tasks, see: [Lifecycle Workflows tasks and definitions (Preview)](lifecycle-workflow-tasks.md).
16
+
Lifecycle Workflows provide several tasks that send out email notifications. Email notifications can be customized to suit the needs of a specific workflow. For a list of these tasks, see: [Lifecycle Workflows tasks and definitions (Preview)](lifecycle-workflow-tasks.md).
17
17
18
-
Emails sent out by these tasks can have the following information updated:
18
+
Emails tasks allow for the customization of the following aspects:
19
19
20
-
- CC information
21
-
-Domain of sender
22
-
-Branding associated with email
20
+
-Additional CC recipients
21
+
-Sender domain
22
+
-Organizational branding of the email
23
23
- Subject
24
24
- Message body
25
-
- Email language translation
25
+
- Email language
26
+
27
+
> [!NOTE]
28
+
> To avoid additional disclaimers, you should opt in to using customized domain and organizational branding.
26
29
27
30
For more information on these customizable parameters, see: [Common email-specific task parameters](lifecycle-workflow-tasks.md#common-email-specific-task-parameters).
28
31
@@ -86,7 +89,7 @@ For a full list of dynamic attributes that can be used with customized emails, s
86
89
87
90
## Use custom branding and domain in emails sent out using workflows
88
91
89
-
Emails sent out using Lifecycle workflows can be customized to have your own company branding, or be sent out using your company domain. To enable these features the following prerequisites are required:
92
+
Emails sent out using Lifecycle workflows can be customized to have your own company branding, and be sent out using your company domain. When you opt in to using custom branding and domain, every email sent out using Lifecycle Workflows reflect these settings. To enable these features the following prerequisites are required:
90
93
91
94
- A verified domain. To add a custom domain, see: [Managing custom domain names in your Azure Active Directory](../enterprise-users/domains-manage.md)
92
95
- Custom Branding set within Azure AD if you want to have your custom branding used in emails. To set organizational branding within your Azure tenant, see: [Configure your company branding (preview)](../fundamentals/how-to-customize-branding.md).
@@ -100,8 +103,6 @@ After these prerequisites are satisfied, you'd follow these steps:
100
103
1. With the Use company branding banner logo setting, you're able to turn on whether or not company branding is used in emails.
101
104
:::image type="content" source="media/customize-workflow-email/customize-email-logo-setting.png" alt-text="Screenshot of email logo setting.":::
102
105
103
-
> [!NOTE]
104
-
> Using custom branding and domain will remove the standard security disclaimer from emails sent using Lifecycle Workflows.
Copy file name to clipboardExpand all lines: articles/active-directory/governance/lifecycle-workflow-tasks.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ Common task parameters are the non-unique parameters contained in every task. Wh
37
37
|continueOnError | A boolean value that determines if the failure of this task stops the subsequent workflows from running. |
38
38
|arguments | Contains unique parameters relevant for the given task. |
39
39
40
-
## Common email-specific task parameters
40
+
## Common email task parameters
41
41
42
42
Emails, sent from tasks, are able to be customized. If you choose to customize the email, you're able to set the following arguments:
43
43
44
-
-**Subject:** Customizes the subject of emails sent out with the task.
44
+
-**Subject:** Customizes the subject of emails.
45
45
-**Message body:** Customizes the body of the emails being sent out.
46
-
-**Email language translation:**Allows you to translate the message body of your emails. If no language is chosen, message body will default to the recipient's language settings.
46
+
-**Email language translation:**Overrides the email recipient's language settings. Custom text is not customized, and it is recommended to set this language to the same language as the custom text.
0 commit comments