Skip to content

Commit 2be5d09

Browse files
authored
Update custom-email.md
Make the description shorter
1 parent 9ae44aa commit 2be5d09

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/active-directory-b2c/custom-email.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,11 @@ For more information, see [Self-asserted technical profile](restful-technical-pr
389389

390390
## [Optional] Localize your email
391391

392-
The `GenerateSendGridRequestBody` claims transformation which generates the JSON payload, uses input claims that contain dynamic values (such as the email address and the OTP code), and static values (such as the template name, and email subject).
393-
394-
To localize the email, you must send localized strings to SendGrid, or your email provider. For example to localize the email subject, body, your code message, and signature of the email. To do so, you can use the [GetLocalizedStringsTransformation](string-transformations.md) claims transformation to copy localized strings into claim types.
392+
To localize the email, you must send localized strings to SendGrid, or your email provider. For example to localize the email subject, body, your code message, or signature of the email. To do so, you can use the [GetLocalizedStringsTransformation](string-transformations.md) claims transformation to copy localized strings into claim types. In the `GenerateSendGridRequestBody` claims transformation, which generates the JSON payload, uses input claims that contain the localized strings.
395393

396394
1. In your policy define the following string claims: subject, message, codeIntro and signature.
397395
1. Define a [GetLocalizedStringsTransformation](string-transformations.md) claims transformation to substitute localized string values into the claims from step 1.
398-
1. Change the `GenerateSendGridRequestBody` technical profile to use input claims with the following XML snippet.
396+
1. Change the `GenerateSendGridRequestBody` claims transformation to use input claims with the following XML snippet.
399397
1. Update your SendGrind template to use dynamic parameters in place of all the strings which will be localized by Azure AD B2C.
400398

401399
```XML

0 commit comments

Comments
 (0)