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

Zod
Giga Guru

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!

9 REPLIES 9

Zod
Giga Guru

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 😉


Zod
Giga Guru

Found the issue .... . The function expects a string ... ! So ...   "email.setReplyTo(current.assignment_group.email.toSting)" ... does the JOB 😉



Thank you anyhow.


sorry its ...   "email.setReplyTo(current.assignment_group.email.toSting())


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

Using in template too but not working.