Hello, good morning
How can I convert content generated in n8n to a Microsoft Word file?
Using the HTTP Request node with an external API:
-
Generate the content you want to convert (for example, from a Set, Function, etc. node).
-
Use an external service such as Docxify API, Zamzar, or create your own microservice that converts HTML or text to DOCX.
-
Use an HTTP Request node to submit the content to that API and receive the Word file.
-
Save the file using the Write Binary File node if you’re running n8n locally.
Then you can send it via any means you prefer.