Modify the request payload to provide the ability to override the mailNotification "from" email address that is currently defined in the properties file:
"mailNotification": {
"bccAddresses": {
"address": []
},
"ccAddresses": {
"address": []
},
"toAddresses": {
"address": [
"me@here.com"
]
},
"version": 0,
"id": 1,
"includingStackTraceWhenJobFails": false,
"messageText": "some message here",
"resultSendType": "SEND_ATTACHMENT",
"skipEmptyReports": false,
"skipNotificationWhenJobFails": false,
"subject": "some subject here",
"senderEmailOverride": "sender@here.com"
}
Components | RestAPI |