๐ŸŽฌ Auto-translate WordPress blog posts to any language with AI Translate Pro to Google Docs

โšก 537 views ยท ๐ŸŽฌ Content Creation & Video

Description

Workflow: Auto-Translate WordPress Posts Using AI Translate Pro

This n8n workflow automates the translation of WordPress blog content into any language using the 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 via multipart/form-data.

  4. Google Docs Node
    Appends the translated text into a specified Google Document using Google Docs API.


๐ŸŒ API Usage: AI Translate Pro

Endpoint:
POST https://ai-translate-pro.p.rapidapi.com/translate.php

Content-Type:
multipart/form-data

Required Parameters:

FieldTypeDescription
textstringThe text or HTML content to translate
languagestringTarget language (e.g., Hindi, French)

Headers:

Header NameValue
x-rapidapi-hostai-translate-pro.p.rapidapi.com
x-rapidapi-keyYour RapidAPI key

โœ… Benefits of Using AI Translate Pro


๐Ÿ› ๏ธ Problems Solved


โœ… Example Use Case


๐Ÿ“Ž Requirements


๐Ÿ”— More Info

Explore full documentation and pricing on the AI Translate Pro RapidAPI listing page.

Create your free n8n account and set up the workflow in just a few minutes using the link below:

๐Ÿ‘‰ Start Automating with n8n

Save time, stay consistent, and grow your LinkedIn presence effortlessly!

๐Ÿ”— Nodes Used

HTTP Request, Wordpress, Google Docs

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup