Baby N8N User - How to Format Email in Outlook Tools

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!!!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Michael_Pippenger

Thanks for posting here and welcome to the community! :cupcake:

Which nodes do you use to send out the email? Can you share your workflow so we can point you to the right direction? :slight_smile:

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!