Auto-translate WordPress blog posts to any language with AI Translate Pro to Google Docs
Workflow: Auto-Translate WordPress Posts Using [AI Translate Pro](https://rapidapi.com/PrineshPatel/api/ai-translate-pro) This n8n workflow automates the translation of WordPress blog content into any language using t...
Template notes
Workflow: Auto-Translate WordPress Posts Using [AI Translate Pro](https://rapidapi.com/PrineshPatel/api/ai-translate-pro)
This n8n workflow automates the translation of WordPress blog content into any language using the [AI Translate Pro](https://rapidapi.com/PrineshPatel/api/ai-translate-pro) API, and inserts the translated text into a Google Doc.
---
π Workflow Steps
1. Manual Trigger Initiates the workflow manually (can be replaced with a webhook or schedule trigger).
2. WordPress Node Retrieves a specific blog post (by ID) from your WordPress site using the REST API.
3. HTTP Request Node Sends the blog content to [AI Translate Pro](https://rapidapi.com/PrineshPatel/api/ai-translate-pro) via multipart/form-data.
4. Google Docs Node Appends the translated text into a specified Google Document using Google Docs API.