Next Steps / Institution Configuration
Prerequisites
Setup a Simple Configuration
{
"recipient-config": [
{
"mode": "DEMO",
"fromAddress": "[email protected]",
"global_cc": ["[email protected]"],
"global_bcc": ["[email protected]"]
}
],
"templates": [
{
"notification": "SUBMISSION_APPROVAL_INVITE",
"templates": {
"SUBJECT": "Approval Invite Subject",
"BODY": "Approval Invite Body",
"FOOTER": "classpath:/templates/footer.hbr"
}
},
{
"notification": "SUBMISSION_APPROVAL_REQUESTED",
"templates": {
"SUBJECT": "Approval Requested Subject",
"BODY": "Approval Requested Body",
"FOOTER": "classpath:/templates/footer.hbr"
}
}
]
}Run Notification Services in Docker or JAR
Supporting Other Types of Queue Services
Last updated