URL in Gmail not working correctly

Hi I am using a snippet to paste a URL from an Organization properties. It looks right in gmail but the actual link is different
It should be: https://scheduler.zoom.usa/cyjfrank/zoom
The hypherlink is: https://{user: calink}
How do i fix?

Hi @Frank_Silberlicht Welcome back to the forum! :slight_smile:

Can you please share the snippet you are using? A snippet like the following should work:

{link: https://scheduler.zoom.usa/{user: calusername}/zoom}my calendar link{endlink}

Here you only need to change the calusername property for each user.

In this snippet, we are using the {link} command to generate a dynamic link. You can read more about it here: https://blaze.today/commands/link

Let me know if it works for you.

Hi @Gaurang_Tandon
That dd not work. If you paste that code into gmail. It looks correct, but the actual link is:
https://scheduler.zoom.usa/[Error - Unknown {user} property: callink]/zoom

This is my snippet:
{link: https://scheduler.zoom.usa/{user: callink}/zoom}my calendar link{endlink}

Sorry to not know how do I copy and paste the snippet look you did?

You can format a snippet by clicking on the menu item in the community:

Do you have a user property callink defined in your account? To check, visit Text Blaze Dashboard and click on the gear icon next to the "Member properties" column heading.

I had the wrong name. However after fixing its still pasting in gmail this hypherlink:
https://{user: calink}

Oh I see. Please share the broken snippet with me so I can check it further. To share it, please follow these steps:

  1. create a new folder
  2. share the folder with me with owner permission
  3. duplicate your existing snippet
  4. move the duplicate snippet to the new folder

Then I will test the snippet and get back to you.