Microsoft word

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:

  1. Generate the content you want to convert (for example, from a Set, Function, etc. node).

  2. Use an external service such as Docxify API, Zamzar, or create your own microservice that converts HTML or text to DOCX.

  3. Use an HTTP Request node to submit the content to that API and receive the Word file.

  4. 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.