Jasper Ideas

Dynamically Assign "From" Email Address on Scheduled Jobs through API endpoint "rest_v2/jobs"

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"

}

  • Guest
  • Nov 30 2021
  • To be Reviewed
Components RestAPI
  • Attach files