added bcc to notification email

This commit is contained in:
dcore94 2021-10-13 17:26:49 +02:00
parent 9d3f7e6aaa
commit fa10d2cab9
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"auth" : "Bearer ${workflow.input.token}", "auth" : "Bearer ${workflow.input.token}",
"parentfolder" : "Blue-Cloud Data Pool", "parentfolder" : "Blue-Cloud Data Pool",
"folder" : "${workflow.input.descriptor.userOrderName}-${workflow.input.descriptor.orderNumber}", "folder" : "${workflow.input.descriptor.userOrderName}-${workflow.input.descriptor.orderNumber}",
"bcc" : ["prog@maris.nl"],
"scriptExpression": "1 === 1" "scriptExpression": "1 === 1"
} }
}, },
@ -227,6 +228,7 @@
"inputParameters" : { "inputParameters" : {
"from" : "Blue-Cloud Gateway <bluecloud@d4science.org>", "from" : "Blue-Cloud Gateway <bluecloud@d4science.org>",
"to" : "${workflow.input.callback.email}", "to" : "${workflow.input.callback.email}",
"bcc" : "${init.input.bcc}",
"html" : "<html><body><p>Dear user,</p> <p>your request with id <b>{v1}</b> related to order <b>{v2}</b> number <b>{v3}</b> has completed with the following outcome:</p><br/> {v4} <br/><p>You can access your data through your Blue-cloud workspace at <b><a href='{v5}'>{v6}</a></b>.</p><br/><br/><p style='font-size:small;color:gray'>WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message. If you have received this communication in error, please notify the sender and destroy and delete any copies you may have received.</p></body></html>", "html" : "<html><body><p>Dear user,</p> <p>your request with id <b>{v1}</b> related to order <b>{v2}</b> number <b>{v3}</b> has completed with the following outcome:</p><br/> {v4} <br/><p>You can access your data through your Blue-cloud workspace at <b><a href='{v5}'>{v6}</a></b>.</p><br/><br/><p style='font-size:small;color:gray'>WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message. If you have received this communication in error, please notify the sender and destroy and delete any copies you may have received.</p></body></html>",
"subject" : "Outcome of Bluecloud DA cache download {v1}", "subject" : "Outcome of Bluecloud DA cache download {v1}",
"extra_vars":{ "extra_vars":{