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:
- 1.
Use HTML or <br> tags: Make sure your export format supports HTML so Salesloft recognizes paragraph breaks.
- 2.
Double line breaks: Many platforms recognize double newlines as separate paragraphs.
- 3.
Pre-process the text: Add a step in your automation to replace single newlines with double newlines or <br> tags before exporting.
- 4.
Map as HTML in Salesloft: Ensure the email body field in Salesloft accepts HTML formatting.
- 5.
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.