Back to Integrations
integrationGoogle Translate node
integrationHTTP Request node

Google Translate and HTTP Request integration

Save yourself the work of writing custom integrations for Google Translate and HTTP Request and use n8n instead. Build adaptable and scalable Utility, Development, and Core Nodes workflows that work with your technology stack. All within a building experience you will love.

How to connect Google Translate and HTTP Request

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Google Translate and HTTP Request integration: Create a new workflow and add the first step

Step 2: Add and configure Google Translate and HTTP Request nodes

You can find Google Translate and HTTP Request in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Google Translate and HTTP Request nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Google Translate and HTTP Request integration: Add and configure Google Translate and HTTP Request nodes

Step 3: Connect Google Translate and HTTP Request

A connection establishes a link between Google Translate and HTTP Request (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Google Translate and HTTP Request integration: Connect Google Translate and HTTP Request

Step 4: Customize and extend your Google Translate and HTTP Request integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Google Translate and HTTP Request with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Google Translate and HTTP Request integration: Customize and extend your Google Translate and HTTP Request integration

Step 5: Test and activate your Google Translate and HTTP Request workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Google Translate to HTTP Request or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Google Translate and HTTP Request integration: Test and activate your Google Translate and HTTP Request workflow

🉑 Generate Anki flash cards for language learning with Google Translate and GPT

Context
Hey! I'm Samir, a Supply Chain Data Scientist from Paris who spent six years in China studying and working while struggling to learn Mandarin.

I know the challenges of mastering a complex language like Chinese and my greatest support was flash cards. Therefore, I designed this workflow to support fellow Mandarin learners by automating flashcard creation using n8n, so they can focus more on learning and less on manual data entry.

📬 For business inquiries, you can add me on Here

Who is this template for?
This workflow template is designed for language learners and educators who want to automate the creation of flashcards for Mandarin (or any other language) using Google Translate API, an AI agent for phonetic transcription and generating an illustrative sentence and a free image retrieval API.

Why?
If you use the open-source application Anki, this workflow will help you automatically generate personalized study materials.

How?
Let us imagine you want to learn how to say the word Contract in Mandarin.

The workflow will automatically
Translate the word in Simplified Mandarin (Mandarin: 合同).
Provide the phonetic transcription (Pinyin: Hétóng)
Generate an example sentence (Example: 我们签订了一份合同.)
Download an illustrative picture (For example, a picture of a contract signature)

All these fields are automatically recorded in a Google Sheet, making it easy to import into Anki and generate flashcards instantly

What do I need to start?
This workflow can be used with the free tier plans of the services used. It does not require any advanced programming skills.
Prerequisite
A Google Drive Account with a folder including a Google Sheet
API Credentials: Google Drive API, Google Sheets API and Google Translate API activated with OAuth2 credentials
A free API key of pexels.com
A google sheet with the columns
Next
Follow the sticky notes to set up the parameters inside each node and get ready to pump your learning skills.

I have detailed the steps in a short tutorial 👇

🎥 Check My Tutorial

Notes
This workflow can be used for any language. In the AI Agent prompt, you just need to replace the word pinyin with phonetic transcription.
You can adapt the trigger to operate the workflow in the way you want. These operations can be performed by batch or triggered by Telegram, email, or webhook.
If you want to learn more about how I used Anki flash cards to learn mandarin: 🈷️ Blog Article about Anki Flash Cards

This workflow has been created with N8N 1.82.1
Submitted: March 17th, 2025

Nodes used in this workflow

Popular Google Translate and HTTP Request workflows

Translate PDFs into Multiple Languages with Google Translate & ConvertAPI Cost Tracking

Description This n8n template automates PDF translation into 1 or 2 target languages while maintaining professional formatting. Users submit PDFs via web form and receive translated documents via email with preserved headings, paragraphs, and bullet points. Use Cases • International Business Contracts • Multilingual Product Documentation • Educational Content Distribution • Healthcare Patient Information for Diverse patient population • Marketing Campaign Materials What it does • Accepts PDF uploads via web form • Extracts and converts text to structured HTML • Translates using Google Translate API (20+ languages including Hindi, Telugu, Spanish, French, German, Chinese) • Converts to professional PDFs with ConvertAPI • Emails translated PDFs with cost breakdown • Tracks expenses in data table for analytics Set up • Configure Google Cloud Service Account (Translation API enabled) • Add ConvertAPI Query Auth credentials • Set up Gmail OAuth2 with send permissions • Create n8n Data Table named cost_tracking • Activate workflow and access form via webhook URL Requirements • Google Cloud account with Translation API • ConvertAPI account with credits • Gmail account for delivery • PDF files with selectable text (not scanned images) Customize • Edit CSS in "Prepare HTML" nodes for PDF styling • Update pricing in "Cost – Build record" node • Add languages in "Process Form Data" and form dropdown • Modify email template in Gmail nodes Support: Join n8n Discord or Community Forum
+2

🉑 Generate Anki flash cards for language learning with Google Translate and GPT

Context Hey! I'm Samir, a Supply Chain Data Scientist from Paris who spent six years in China studying and working while struggling to learn Mandarin. I know the challenges of mastering a complex language like Chinese and my greatest support was flash cards. Therefore, I designed this workflow to support fellow Mandarin learners by automating flashcard creation using n8n, so they can focus more on learning and less on manual data entry. 📬 For business inquiries, you can add me on Here Who is this template for? This workflow template is designed for language learners and educators who want to automate the creation of flashcards for Mandarin (or any other language) using Google Translate API, an AI agent for phonetic transcription and generating an illustrative sentence and a free image retrieval API. Why? If you use the open-source application Anki, this workflow will help you automatically generate personalized study materials. How? Let us imagine you want to learn how to say the word Contract in Mandarin. The workflow will automatically Translate the word in Simplified Mandarin (Mandarin: 合同). Provide the phonetic transcription (Pinyin: Hétóng) Generate an example sentence (Example: 我们签订了一份合同.) Download an illustrative picture (For example, a picture of a contract signature) All these fields are automatically recorded in a Google Sheet, making it easy to import into Anki and generate flashcards instantly What do I need to start? This workflow can be used with the free tier plans of the services used. It does not require any advanced programming skills. Prerequisite A Google Drive Account with a folder including a Google Sheet API Credentials: Google Drive API, Google Sheets API and Google Translate API activated with OAuth2 credentials A free API key of pexels.com A google sheet with the columns Next Follow the sticky notes to set up the parameters inside each node and get ready to pump your learning skills. I have detailed the steps in a short tutorial 👇 🎥 Check My Tutorial Notes This workflow can be used for any language. In the AI Agent prompt, you just need to replace the word pinyin with phonetic transcription. You can adapt the trigger to operate the workflow in the way you want. These operations can be performed by batch or triggered by Telegram, email, or webhook. If you want to learn more about how I used Anki flash cards to learn mandarin: 🈷️ Blog Article about Anki Flash Cards This workflow has been created with N8N 1.82.1 Submitted: March 17th, 2025
+6

Translate RSS news and publish to WordPress, Facebook, LinkedIn and Telegram

Who it's for This n8n workflow is designed for content curators, digital marketers, and social media managers who want to automate the process of discovering, translating, and publishing news content from multiple reputable sources. It provides a complete end-to-end system capable of reading RSS feeds, extracting articles and images, translating them into a specific language, and automatically publishing the final content to WordPress, Facebook, LinkedIn, and Telegram. Features Reads news from multiple RSS sources (TechCrunch, The - Verge, Analytics India Mag, Wired, The Next Web) Publishes content to WordPress, Facebook, LinkedIn Profile, LinkedIn Page, and Telegram Supports multiple languages with automatic translation (Bengali configured) Extracts article images, resizes them, adds watermarks, and uploads to WordPress Automatically creates WordPress posts and sets featured images Sends notification updates through Discord, Telegram, WhatsApp, and Gmail Runs automatically every hour Processes multiple articles from different feeds at once Requirements Google Translate API credentials for translation WordPress API access for content and media management Social media API credentials (Facebook, Telegram, LinkedIn) Notification service credentials (Discord, WhatsApp, Gmail) Access to the specified RSS feeds Important Notes Workflow runs on an hourly schedule to fetch the latest news Extracts featured images from articles and processes them for publication Content is automatically translated to Bengali (language code: "bn") Images are resized and watermarked before social media posting WordPress posts are created with translated content and featured images Notifications are sent after processing all items from the RSS feeds The workflow includes wait periods to prevent API rate limiting Support & Help WhatsApp**: Chat on WhatsApp Discord**: SpaGreen Community Facebook Group**: SpaGreen Support Website**: https://spagreen.net Developer Portfolio**: Codecanyon SpaGreen
+10

Pick a Topic & Auto-Publish Translated Content on Multiple Social Media Platform

Who it's for This n8n workflow is designed for content creators, digital marketers, and social media managers who want to automate their entire content creation and publishing process across multiple platforms. It provides a complete end-to-end system capable of taking a single specific idea and automatically generating a full piece of content from it—complete with images, translations, and platform-optimized formatting. The workflow then publishes the final content to WordPress, Facebook, LinkedIn, and Telegram. Features Multi-platform publishing:** WordPress, Facebook, LinkedIn, Telegram AI-powered content generation using OpenAI (LangChain):* Can generate a full article or content piece from a single specific idea or topic* Multi-language support:** Automatic translation via Google Translate API Automatic image processing:** Resizing, optimization, and WordPress upload Google Sheets integration:** For topic management, content queueing, and status tracking Notifications:** Send updates via Discord, Telegram, WhatsApp, and Gmail Flexible workflow triggers:** Supports both manual form submissions and automated scheduled publishing Requirements OpenAI API access for content generation Google Translate API credentials WordPress API access Social media API credentials (Facebook, Telegram, LinkedIn) Google Sheets OAuth2 credentials Google Drive access for image storage Configure Credentials Google APIs**: Configure Google Sheets, Google Drive, and Google Translate with proper OAuth2 credentials OpenAI API**: Set up with appropriate model access (gpt-4.1-mini) WordPress API**: Configure with your WordPress site credentials Social Media APIs**: Set up each platform with proper API keys and target IDs Notification Services**: Configure each service with proper API keys and target IDs Important Notes Form captures topic, type, user, word count, company info, domain, language, and image AI content generation uses customizable prompts Images resized up to 5000x5000 px before upload Content can be translated via Google Translate API Workflow publishes text and image posts across platforms Google Sheets tracks content status in real-time Support & Help WhatsApp**: Chat on WhatsApp Discord**: SpaGreen Community Facebook Group**: SpaGreen Support Website**: https://spagreen.net Developer Portfolio**: Codecanyon SpaGreen

Convert WordPress Articles to Multilingual Voiceovers with Google TTS and OpenAI

WordPress → AI VoiceOver Automation (n8n + Google Cloud) Automatically convert your WordPress articles into multilingual voiceovers with professional-quality audio. Want to add audio versions of your WordPress posts? Looking for a workflow that is fully automated, scalable, and customizable? This complete automation system generates high-quality voiceovers in multiple languages (IT + EN by default), updates your WordPress site, and logs everything in Google Sheets — all without writing a single line of code. What is this product? This is a full end-to-end automation solution that integrates: n8n**: the automation engine orchestrating all steps OpenAI**: for advanced text cleaning and normalization Google Translate** for automatic multilingual processing (optional) Google Cloud Text-to-Speech (Long Audio)**: to create realistic long-form audio Google Sheets** for status tracking and full audit trail WordPress** both the content source and the final publishing platform With just a few minutes of setup, this system can: ✔ fetch your WordPress posts ✔ clean the text professionally ✔ translate them (optional) ✔ generate natural-sounding long-form audio ✔ automatically publish audio players to your VoiceOver page ✔ log each processed post in Google Sheets ✨ Key Features Automatic VoiceOver generation (IT + EN) Uses Google’s Long Audio TTS to generate high-quality, natural speech — not the typical "robotic" TTS. Built-in multilingual support Includes an English translation pipeline by default (you can add more languages easily). Real-time tracking with Google Sheets Every processed post is logged with: ID, Title, Date, Content, Link, Status (done). Fully automated scheduling Run the automation hourly, daily, or on any custom schedule inside n8n. Automatic WordPress page updates The workflow inserts the audio players directly into your WordPress VoiceOver page. Extensible and customizable You can add: additional languages different voices notification steps (Telegram, Email, Slack) alternative content sources (RSS, Notion, API) What’s included with your purchase 1️⃣ Complete n8n Workflow (JSON) Ready to import into your n8n instance — fully structured and modular. 2️⃣ Google Cloud TTS Microservice (Full Code) Includes: main.py (FastAPI long-TTS endpoint) Dockerfile requirements.txt Deployable on Cloud Run in minutes. 3️⃣ Professional documentation (Notion + ZIP) Step-by-step setup guides for: WordPress setup n8n configuration Google Cloud setup (TTS, Translate, Sheets, IAM, Cloud Run) Deploying the microservice Connecting everything inside n8n Full Troubleshooting & FAQ 4️⃣ Lifetime documentation updates Whenever improvements or optimizations are released, you get access automatically. ⭐ Who is this for? Perfect for: Bloggers Content creators Digital publishers Marketing agencies SEO and accessibility specialists Businesses with multilingual blogs Anyone who wants to turn their written content into audio at scale No coding or technical expertise required. Minimum technical requirements A WordPress site An n8n instance (self-hosted or cloud) A Google Cloud account An OpenAI API key A Google Sheet (template included) The setup guide walks you through every step. What you get ✔ Full n8n workflow ✔ Complete TTS microservice code ✔ Detailed documentation (Notion + ZIP) ✔ Google Sheets template ✔ Setup guides, diagrams, examples ✔ Full Troubleshooting + extensive FAQ ✔ Lifetime documentation updates Why choose this automation? Because it gives you: Hands-free voiceover production A scalable way to repurpose written content Modern, reliable infrastructure powered by Google Cloud A modular system you can extend as your project grows You don’t need to build anything from scratch — everything is ready for you.

Auto-translate Blog Articles with Google Translate and Airtable Storage

How it works Fetches a blog post HTML from your blog URL using an HTTP request node Extracts readable content using Cheerio (code node) Saves the raw blog text to Airtable Translates the content to a language of your choice using Google Translate Updates the same Airtable record with the translated version in a different column Set up steps Estimated setup time:** 15–20 minutes (includes connecting Airtable and Google Translate credentials) You’ll need an Airtable base with HTML and TRANSLATED fields Or use this pre-made base: Airtable Template Simply add your blog post URL inside the HTTP Request node

Build your own Google Translate and HTTP Request integration

Create custom Google Translate and HTTP Request workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Google Translate supported actions

Translate
Translate data
Use case

Save engineering resources

Reduce time spent on customer integrations, engineer faster POCs, keep your customer-specific functionality separate from product all without having to code.

Learn more

FAQs

  • Can Google Translate connect with HTTP Request?

  • Can I use Google Translate’s API with n8n?

  • Can I use HTTP Request’s API with n8n?

  • Is n8n secure for integrating Google Translate and HTTP Request?

  • How to get started with Google Translate and HTTP Request integration in n8n.io?

Need help setting up your Google Translate and HTTP Request integration?

Discover our latest community's recommendations and join the discussions about Google Translate and HTTP Request integration.
Moiz Contractor
theo
Jon
Dan Burykin
Tony

Looking to integrate Google Translate and HTTP Request in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Google Translate with HTTP Request

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon