Hi,
I am a total newbie with no coding experience. I have set up a pretty good workflow to categorize, analyze and respond to some common emails I get using outlook. In my response emails, I would like to link potential clients to an intake form I use but the hyperlink is crazy long. Can anyone ELI5 how I can turn this long hyperlink into a linked word phrase like: “Intake Form”??
I realize this is probably very basic, but you can safely assume that I know practically nothing about coding and the common terminology. Thanks for helping an old man play with new tech!!!
Thanks for posting here and welcome to the community!
Which nodes do you use to send out the email? Can you share your workflow so we can point you to the right direction?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!