Skip to main content
Solved

Cannot get email automation URL to format properly

  • September 12, 2023
  • 2 replies
  • 31 views

Forum|alt.badge.img+9

I am trying to send an email after a form is submitted, and include clickable links within that email.

Say I have field called SITE, if I use the syntax

[CLICK HERE] [SITE] where SITE is the embedded field name for the automation it just send an email with

"[CLICK HERE] [https://123.com]" Instead of CLICK HERE

I tried following the the advice in https://support.airtable.com/docs/using-markdown-in-airtable but whatever combination of brackets I use, I cannot get the links displayed correctly - What am I missing please?

 

Best answer by Bill_French

[CLICK HERE](SITE)

Airtable's documentation is misleading. There are no spaces or new line characters between the bracketed label and the parened URL.

 

2 replies

Forum|alt.badge.img+19
  • Inspiring
  • Answer
  • September 12, 2023

[CLICK HERE](SITE)

Airtable's documentation is misleading. There are no spaces or new line characters between the bracketed label and the parened URL.

 


Forum|alt.badge.img+9
  • Author
  • Inspiring
  • September 12, 2023

[CLICK HERE](SITE)

Airtable's documentation is misleading. There are no spaces or new line characters between the bracketed label and the parened URL.

 


Worked a treat - thank you!