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?
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>
<p> Thank you for your purchase.<br>
We hope you enjoy your new product.</p>
You can add these tags using ChatGPT enrichment or a formula in Clay. After formatting, re-link the result in your Lemlist enrichment and re-export. Remember to activate the HTML editor in Lemlist to review and edit the formatting. If you need further assistance, please request to talk to a person in this chat.
how Can I ref links using HTML tags
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.
Source: Nicholas J. | Clay
