Skip to content

Commit c705998

Browse files
committed
Feedback updates
1 parent 4139420 commit c705998

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

articles/active-directory/governance/customize-workflow-email.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,19 @@ ms.custom: template-how-to
1313

1414
# Customize emails sent out by workflow tasks (Preview)
1515

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).
1717

18-
Emails sent out by these tasks can have the following information updated:
18+
Emails tasks allow for the customization of the following aspects:
1919

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
2323
- Subject
2424
- 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.
2629
2730
For more information on these customizable parameters, see: [Common email-specific task parameters](lifecycle-workflow-tasks.md#common-email-specific-task-parameters).
2831

@@ -86,7 +89,7 @@ For a full list of dynamic attributes that can be used with customized emails, s
8689

8790
## Use custom branding and domain in emails sent out using workflows
8891

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:
9093

9194
- A verified domain. To add a custom domain, see: [Managing custom domain names in your Azure Active Directory](../enterprise-users/domains-manage.md)
9295
- 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:
100103
1. With the Use company branding banner logo setting, you're able to turn on whether or not company branding is used in emails.
101104
:::image type="content" source="media/customize-workflow-email/customize-email-logo-setting.png" alt-text="Screenshot of email logo setting.":::
102105

103-
> [!NOTE]
104-
> Using custom branding and domain will remove the standard security disclaimer from emails sent using Lifecycle Workflows.
105106

106107
## Customize email using Microsoft Graph
107108

articles/active-directory/governance/lifecycle-workflow-tasks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Common task parameters are the non-unique parameters contained in every task. Wh
3737
|continueOnError | A boolean value that determines if the failure of this task stops the subsequent workflows from running. |
3838
|arguments | Contains unique parameters relevant for the given task. |
3939

40-
## Common email-specific task parameters
40+
## Common email task parameters
4141

4242
Emails, sent from tasks, are able to be customized. If you choose to customize the email, you're able to set the following arguments:
4343

44-
- **Subject:** Customizes the subject of emails sent out with the task.
44+
- **Subject:** Customizes the subject of emails.
4545
- **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.
4747

4848
:::image type="content" source="media/lifecycle-workflow-task/customize-email-concept.png" alt-text="email customization options.":::
4949

@@ -122,7 +122,7 @@ For Microsoft Graph the parameters for the **Send welcome email to new hire** ta
122122
{
123123
"name": "locale",
124124
"value": "en-us"
125-
},
125+
}
126126
]
127127
}
128128
@@ -176,7 +176,7 @@ For Microsoft Graph the parameters for the **Send onboarding reminder email** ta
176176
{
177177
"name": "locale",
178178
"value": "en-us"
179-
},
179+
}
180180
]
181181
}
182182
152 KB
Loading

0 commit comments

Comments
 (0)