Anyone have a fix to maintain paragraph breaks in generated emails when exporting to Salesloft? I have it set up to generate 3 emails that I have mapped to the person record. I run an enrichment to create the person in Salesloft, then an automation in SL to put them in a cadence. The issue is that the body copy is a block of text and I have to manually edit to make them look decent. How can I ensure the paragraph breaks are maintained through the export process?
Hey Bill G. Iβve seen this issue before it usually happens because paragraph breaks arenβt preserved when exporting AI-generated content to Salesloft. Here are a few ways to fix it:
Use HTML or <br> tags: Make sure your export format supports HTML so Salesloft recognizes paragraph breaks.
Double line breaks: Many platforms recognize double newlines as separate paragraphs.
Pre-process the text: Add a step in your automation to replace single newlines with double newlines or <br> tags before exporting.
Map as HTML in Salesloft: Ensure the email body field in Salesloft accepts HTML formatting.
Optional β use templates: Create a Salesloft template with placeholders for each paragraph and fill them via your automation.
Following these steps should maintain the paragraph breaks and save you from manual editing.
