I am setting up an automation that writes a personalised email using ChatGPT then sends an email with the output. Here is what the content looks like in the Send an Email operation:
This is what the Send an Email module looks like under the hood. As far as I can tell, I’m not able to add line breaks there because I have to pull in the ChatGPT responses.
Your content needs to be in HTML, so something like this:
Hi John,
<p>Thanks for reaching out. I'd be happy to discuss how our marketing services can benefit you.
<p>Let's set up a time to chat.
<p>Best,
<p>Dom
The easiest way would be to tell ChatGPT to generate the result in HTML.
Is there a specific way to tell ChatGPT this? I have tried asking it in the User prompt, as well as pasting the HTML formatting that you provided into the Assistant prompt, but neither are getting it to work. Please see attached the two screenshots.