add tenant specific invitation user notification
This commit is contained in:
parent
342ddcbfbe
commit
1eaf681504
|
@ -48,6 +48,9 @@ notification:
|
||||||
- #publicContactSupportType
|
- #publicContactSupportType
|
||||||
type: B542B606-ACC6-4629-ADEF-4D8EE2F01222
|
type: B542B606-ACC6-4629-ADEF-4D8EE2F01222
|
||||||
contacts: [ email ]
|
contacts: [ email ]
|
||||||
|
- #tenantSpecificInvitationUserType
|
||||||
|
type: 497dada5-eccc-4bc0-9e0b-63e22b4eb0be
|
||||||
|
contacts: [ email ]
|
||||||
message:
|
message:
|
||||||
email:
|
email:
|
||||||
flows:
|
flows:
|
||||||
|
@ -386,6 +389,29 @@ notification:
|
||||||
bcc-mode: 0
|
bcc-mode: 0
|
||||||
allow-attachments: false
|
allow-attachments: false
|
||||||
cipher-fields: [ ]
|
cipher-fields: [ ]
|
||||||
|
- #tenantSpecificInvitationUserType
|
||||||
|
key: 497dada5-eccc-4bc0-9e0b-63e22b4eb0be
|
||||||
|
subject-path: classpath:notification_templates/tenantspecificinvitationuser/email/subject.{language}.txt
|
||||||
|
subject-field-options:
|
||||||
|
mandatory: [ ]
|
||||||
|
optional: [ ]
|
||||||
|
body-path: classpath:notification_templates/tenantspecificinvitationuser/email/body.{language}.html
|
||||||
|
body-field-options:
|
||||||
|
mandatory: [ "{userName}", "{installation-url}", "{confirmationToken}", "{tenantName}" ]
|
||||||
|
optional:
|
||||||
|
- key: "{expiration_time}"
|
||||||
|
value: ---
|
||||||
|
formatting:
|
||||||
|
'[{userName}]': null
|
||||||
|
'[{tenantName}]': null
|
||||||
|
'[{installation-url}]': null
|
||||||
|
'[{expiration_time}]': null
|
||||||
|
cc: [ ]
|
||||||
|
cc-mode: 0
|
||||||
|
bcc: [ ]
|
||||||
|
bcc-mode: 0
|
||||||
|
allow-attachments: false
|
||||||
|
cipher-fields: [ ]
|
||||||
template-cache:
|
template-cache:
|
||||||
prefix: ${CACHE_DISAMBIGUATION:}
|
prefix: ${CACHE_DISAMBIGUATION:}
|
||||||
key-pattern: "{prefix}:Notification_Message_Email_Template:{key}:v0"
|
key-pattern: "{prefix}:Notification_Message_Email_Template:{key}:v0"
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
||||||
|
OpenCDMP - Tenant Invitation
|
Loading…
Reference in New Issue