Configuration
Configuration File
{
"mode": "${pass.notification.mode}",
"recipient-config": [
{
"mode": "DEMO",
"fromAddress": "[email protected]",
"global_cc": [
"[email protected]"
],
"whitelist": [
"mailto:[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"
}
},
{
"notification": "SUBMISSION_CHANGES_REQUESTED",
"templates": {
"SUBJECT": "Changes Requested Subject",
"BODY": "Changes Requested Body",
"FOOTER": "classpath:/templates/footer.hbr"
}
},
{
"notification": "SUBMISSION_SUBMISSION_SUBMITTED",
"templates": {
"SUBJECT": "Submission Submitted Subject",
"BODY": "Submission Submitted Body",
"FOOTER": "classpath:/templates/footer.hbr"
}
},
{
"notification": "SUBMISSION_SUBMISSION_CANCELLED",
"templates": {
"SUBJECT": "Submission Cancelled Subject",
"BODY": "Submission Cancelled Body",
"FOOTER": "classpath:/templates/footer.hbr"
}
}
],
"link-validators": [
{
"rels" : [
"submission-view",
"submission-review",
"submission-review-invite"
],
"requiredBaseURI" : "https://example.org",
"throwExceptionWhenInvalid": true
},
{
"rels": ["*"],
"requiredBaseURI" : "http",
"throwExceptionWhenInvalid": false
}
]
}Mode
Notification Recipients
Whitelist
Global Carbon Copy Support
Example
Environment Variables
Last updated