-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for placeholder keywords for dynamic changes in texts based on recipient #545
Open
7 of 15 tasks
Tracked by
#88
Labels
kind/feature-request
New feature or request
Comments
olebhansen
added
the
status/blocked
Further work depending on the completion of some other task/PoC/issue
label
Aug 12, 2024
Updated the list of keywords we're going to support after the #604 analysis. |
olebhansen
removed
the
status/blocked
Further work depending on the completion of some other task/PoC/issue
label
Oct 22, 2024
5 tasks
26.11.2024
Action points:
|
Ahmed-Ghanam
added a commit
that referenced
this issue
Dec 5, 2024
Ahmed-Ghanam
added a commit
that referenced
this issue
Dec 5, 2024
… PartyDetailsLookupRequest class across diverse scenarios.
FYI, some tests from team "Melding og Formidling": https://digdir.atlassian.net/wiki/spaces/BF1/pages/2798256130/Melding+med+varsling |
The documentation has been updated and here is the pull request Altinn/altinn-studio-docs#1951 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We want the Notifications service to have solid support for having multiple independent recipients in a single order. This means the texts needs to have some basic support for personalization based on recipient. Like addressing the recipient by name.
There needs to be way for service owners to make smaller recipient specific adjustments to the content of notifications. The feature here should be a search and replace in texts
Keywords copied from Altinn 2 and adjusted for Altinn 3:
$recipientFirstName$
$recipientMiddleName$
$recipientLastName$
$recipientName$
$recipientNumber$
Example
A simple request with personalized texts:
There is a new specialized endpoint in Register that should provide what we need:
register/api/v1/parties/nameslookup
See issue: #593
Additional Information
The source of the keyword list above is inspired by Altinn 2 documentation: List of
Varselmakroer
. The list is curated down to a list of keywords actually being used in Altinn 2.Refinement
Tasks
$recipientEmail$
$recipientMobileNumber$
are actually in use before implementing supportAcceptance criteria
The text was updated successfully, but these errors were encountered: