Create Hyperlinks in Fusion | Community
Skip to main content
Level 3
November 17, 2020
Question

Create Hyperlinks in Fusion

  • November 17, 2020
  • 3 replies
  • 2015 views

Does anyone know how to create hyperlinked text in Fusion?

My goal is to send an email with a link to a newly created Task. It would be something like

Task: New Task Name (New Task Name would be a string from a form that becomes the task name)

... where the hyperlink is something like:

https://instance.my.workfront.com/task/[FUSION TASK ID VARIABLE]/overview

I can create the text of the link. I have that down. But how do I make use it to encode a hyperlink?

Worst case, how can I make the link itself clickable, if I can't encode the Task Name?

(ex. https://instance.my.workfront.com/task/[FUSION TASK ID VARIABLE]/overview)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Level 4
November 17, 2020

Hi Howard, this is realted to the specific modules that would use this content. If, for example, you are using the Microsoft 365 Email connector, you would simply fill in the content with appropriate HTML (including hyperlinks, etc.) and double check that the "body content type" is "HTML" (I think that is the default).

Other modules may handle it differently, so it depends on the other system you are sending it to / through.

HowardWi1Author
Level 3
November 17, 2020

Gmail?

Level 4
November 17, 2020

yep, you'll see the help text there just says you can include html tags in the content.

November 23, 2020

Hi Darin,

Do you know if it is possible to properly hyperlink text within Updates? When we attempt to do this through the API, it is still displaying the full link. We would like for the link to display hyperlinked text instead of the actual URL.

If this is better discussed off-thread, please email me @ tracy.springer@schwab.com

Thank you so much and Happy Thanksgiving!

Best,

Tracy

Level 4
September 13, 2021

Hi Tracy!

Did you figure out a solution for this? I'm looking to do the same thing that you described above.

Thanks!

Chloe

Level 2
September 20, 2021

@Chloe Rock‚‚ Simply use the Workfront Connector, Record Type = Update, Object Type = (Project / Task etc) - and 'insert' the URL the base URL+ID

Here's an example of the update text taking directly from one of our scenarios - {{1.finalURL}} is simply a URL like https://www.myurl.com - WF is clever enough to render this link 'cliclkable' in the update! We're not trying to be clever and have a work hyperlinked - hence no need to worry about wrapping anything with a <a href> </a>

If your full URL is not available from another module, you may need to simply enter it as https://www.myurl.com + releavntID - you might need to play around with the best way to do this - may be as simple as using the maths operator + 😀

You have been asked request.

Approval url: {{1.finalURL}}

Hope that helps!