Updating pipeline: EmailSender
This commit is contained in:
parent
a5fe582f55
commit
918640b092
@ -18,10 +18,8 @@
|
||||
"functionName": "SendEmail",
|
||||
"method": "POST",
|
||||
"body": {
|
||||
"emailRecipients": "mrpaulandrew@ymail.com",
|
||||
"emailSubject": "ADFprocfwk Alert: Deployment Gateway Test",
|
||||
"emailBody": "Deployment Gateway Test Success",
|
||||
"emailImportance": "High"
|
||||
"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}')",
|
||||
"type": "Expression"
|
||||
}
|
||||
},
|
||||
"linkedServiceName": {
|
||||
@ -30,6 +28,21 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Recipients": {
|
||||
"type": "string"
|
||||
},
|
||||
"Subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"Body": {
|
||||
"type": "string"
|
||||
},
|
||||
"Importance": {
|
||||
"type": "string",
|
||||
"defaultValue": "High"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Demo Pipelines/Misc"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user