Clay Icon

Formatting Emails for Readability: Tips for Clay and Lemlist

Β·
Β·

I'm generating an email in Clay using AI and exporting it to Lemlist. When I preview the email in Lemlist, the text appears all bunched together. I'd like to format it in a more readable way, with proper spacing and paragraph breaks. How can I do that?

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    To format your email in Clay with proper spacing and paragraph breaks for Lemlist, you can use HTML tags. Here's how: 1. Use <br> tags for line breaks. 2. Use <p> tags for paragraphs. For example: ```<p> Dear Customer,</p>

  • Avatar of Nico D.
    Nico D.
    Β·
    Β·

    how Can I ref links using HTML tags

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    To reference links using HTML tags, you can use the <a> tag. Here's the format: <a href="URL"> Link text</a> For example: <a href="<https://www.clay.com%22%3EVisit|https://www.clay.com"> Visit> Clay's website</a> This will create a clickable link in your email. Remember to use the full URL, including "https://", to ensure the link works correctly. If you need more help with HTML formatting in your emails, feel free to ask for additional guidance.

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·