URL in the body of an email sent out via flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2023 07:24 PM
Hi All,
I have a requirement to send an email through flow designer upon triggering a condition. Email generates fine except for the URL (link) to the record in the body of email. I did some reading around the community and noticed that one of the users have introduced a link generator, tried it in our San Diego dev environment but it did not work for me.
Is there any other way to accomplish this whiteout using a notification?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 09:06 PM
Are you using the "Send Email" action or the "Send Notification" action? The mail scripts (if that is what you are using for the link) will not work in the "Send Email" action. Using the "Send Notification" allows you to select something from the "Notifications" table that is set to "Send when" > "Triggered".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 12:45 AM - edited 04-16-2024 11:33 PM
Hi @Sam10 ,
Yes, there is a way to add link to the record in the body of email using "send email" action in flow designer.
Select "Send Email" action.
Go to the Body field. You will see icon next to Body field in the action which allows to write script. Hover over that icon which shows "Toggle scripting on for body".
Then write below code:
Please mark the answer as correct & helpful if it works for you.
Regards,
Aishwarya