Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have a table which have multiple users and regions associated to them. I want to send email alert notification to only those users whose region is not doing well.
I have gone through discussions in the communities but was not able to find scenario where mail recipients can be dynamic.
If anybody have any idea on this.
Thanks in advance.
Regards,
Neha
Hi Kush,
I am able to send test mail now, but when i am entering the receipient name in Mail receipient box its not working,the mail is not sent to anybody. Am i missing something?
Regards,
Neha
Enter the Email ID of the user to whom you want to send the Email in Mail recipient. Make sure that Email id is valid.
Hi Kush,
is it possible to send mail row wise. Eg:
Amount | User | Region |
---|---|---|
100 | A | X |
200 | B | Y |
300 | A | Z |
I have to send mails to all of them as they have not meet their goal of 500.
My scenario is :
I want to send mail to A two times. One for Region X and other for Region Z.
and other mail to B for Region Y.
Is it possible??
Regards,
Neha
is it possible to send mail row wise. Eg:
Amount | User | Region |
---|---|---|
100 | A | X |
200 | B | Y |
300 | A | Z |
I have to send mails to all of them as they have not meet their goal of 500.
My scenario is :
I want to send mail to A two times. One for Region X and other for Region Z.
and other mail to B for Region Y.
Is it possible??
Regards,
Neha
chk dis
Hi Chanty,
Thanks for Prompt reply, but my scenario is different. I have one more parameter that is region.
I have to send mail region wise to User based on amount
Regards,
Neha
Yes, it is possible. In email body you can send the figures as Table format using Aggr & Concat function. So there is no need to send the Trigger twice for the same user. In single trigger only you will be able to Send the report for both Region for that user.
See the below link
Hi Kush,
How can I have dynamic recipients and the msg body should generate based on user. Every user should not get same mail text. They should get their respective mail text containing their respective values.
Regards,
Neha