- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 06:13 AM
I am using Flow designer to send notifications
I want for suppose donation id as a link
Can any One help please .........?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 04:36 AM - edited 08-02-2023 04:37 AM
Right you are in Flow Designer, Unfortunately you cannot use this trick in Flow Designer directly,
What you could do instead is create a notification template and use the action "Send a notification" instead of "send email" and in the notification template, you will be able tu use the parameter ${URI_REF}.
I also found this thread with another solution that seems a bit more advanced :
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 06:46 AM
Hello Phani,
If you want to have a link in the notification, you can use ${URI} anywhere in the text ant it will show the word "Link" that will be redirect to the record used for the notification.
Alternatively you can use ${URI_REF}, Instead of showing the word 'Link', it will be the number of the record with a clickable link.
With Kind regards,
Jean-Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 07:21 AM
I didn't understand
How can I make number as link here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 04:36 AM - edited 08-02-2023 04:37 AM
Right you are in Flow Designer, Unfortunately you cannot use this trick in Flow Designer directly,
What you could do instead is create a notification template and use the action "Send a notification" instead of "send email" and in the notification template, you will be able tu use the parameter ${URI_REF}.
I also found this thread with another solution that seems a bit more advanced :
Regards,