Notification sent from & reply address to be dynamic ... how to?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 10:30 AM
Hi,
for sure this is no best-practise, but my customer requires for specific notifications, that the user triggering a specific notification that will be sent to the contact will be set as "from" and the mail address of the assignment group has to be the reply to address.
Any idea how to configure this within a notification?
I'm taking about the "from" and the "reply_to" fields that need to be set dynamically ....
Thank you!
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 12:37 PM
Anyone out there to help? Would need that to be fixed soon ... but I reached end of business day for now .. would love to get some feeback within the next 10h 😉

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2017 03:55 AM
Found the issue .... . The function expects a string ... ! So ... "email.setReplyTo(current.assignment_group.email.toSting)" ... does the JOB 😉
Thank you anyhow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2017 03:59 AM
sorry its ... "email.setReplyTo(current.assignment_group.email.toSting())
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2020 04:44 AM
Hi ,
I am using email template to auto-populate a reply so i wanted to change the reply to when clicked on link in the notification.
In my case i am using this in template but its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2021 01:04 PM
Using in template too but not working.