Automating email responses with ChatGPT while facing formatting issues in Gmail

Hello, I’ve automated a simple system: when I receive an email, ChatGPT composes a reply and sends it. However, the response sent through Gmail does not retain the email formatting; I don’t have line breaks, bold, italic, or any other formatting.

Welcome to the Make community!

Email formatting is done in HTML. You need to convert the paragraphs into paragraphs using the HTML paragraph tag.

Otherwise you can tell OpenAI GPT to return the output in email HTML format.

For more information, see

2 Likes

Hello, thank you for your warm welcome and quick response. However, after reviewing the attached links, it appears that the functionality is limited to line breaks, with no support for character formatting ? Could you please advise on how to proceed in this case ?

Otherwise you can tell OpenAI GPT to return the output in email HTML format.

2 Likes

Thank you, I noticed that it didn’t work when I asked it to add HTML tags for formatting. However, when I told it to write it in HTML code, it worked well. But, I have this text appearing at the beginning: “html" and this one: "” at the end. Any idea what to do? Because in my various tests, this appears very often.