Hi team - when I push an email body through the Lemlist integration into the Lemlist email scheduler, it loses all the line breaks and becomes one chunk of text. Any idea how to fix that?
Since Lemlist's message draft editor replaces newlines with spaces, you'll need to add HTML tags to maintain your line breaks. Here are two ways to format your text:
1. Using ChatGPT:
• Open the enrichment panel in Clay
• Click the "add enrichment" button
• Ask ChatGPT to add HTML tags like <br>
for line breaks or <p>
tags for paragraphs
• Link your text column using forward slash (e.g., /column1)
2. Using Clay's Formula:
• Create a new formula column
• Use Clay's AI formula feature to automatically add HTML tags
• Review the formatted output
• Click "Output is correct" to save the formula
After applying either method, re-link this formatted result in your Lemlist enrichment and re-export it. Remember to use <br>
or <p>
tags for new lines within Lemlist.
Is that what you were looking for?