Updating pipeline: EmailSender
This commit is contained in:
parent
918640b092
commit
aee4f87edc
@ -18,7 +18,7 @@
|
|||||||
"functionName": "SendEmail",
|
"functionName": "SendEmail",
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
"body": {
|
"body": {
|
||||||
"value": "@concat('\n{\n\"emailRecipients\": \"mrpaulandrew@ymail.com\",\n\"emailSubject\": \"ADFprocfwk Alert: Deployment Gateway Test\",\n\"emailBody\": \"Deployment Gateway Test Success\",\n\"emailImportance\": \"High\"\n}')",
|
"value": "@concat('\n{\n\"emailRecipients\": \"',pipeline().parameters.Recipients,'\",\n\"emailSubject\": \"',pipeline().parameters.Subject,'\",\n\"emailBody\": \"',pipeline().parameters.Body,'\",\n\"emailImportance\": \"',pipeline().parameters.Importance,'\"\n}')",
|
||||||
"type": "Expression"
|
"type": "Expression"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user