Skip to main content

Automated document translation with Straker, Google Drive & Slack

Workflow preview

Workflow preview
100%
Automated document translation with Straker, Google Drive & Slack preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack. How it works? A workflow step is set up to "watch" a Google Drive folder. When your team ...

Best for

  • Document Extraction automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-straker-verify.strakerverify, n8n-nodes-base.googledrive, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.webhook

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Vijayeta Sinel.

Original n8n.io source

1.1 Workflow description

Title
Automated document translation with Straker, Google Drive & Slack
Workflow name
Automated document translation with Straker, Google Drive & Slack

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

**How it works?
** A workflow step is set up to "watch" a Google Drive folder. When your team members place new files in this folder, they are downloaded. Straker Verify then translates them and provides a quality score.

Once Straker Verify has completed this, the job info is fetched, the translation is saved to an output folder and you are notified via Slack.

What problem does this solve? When using AI to translate documents, you have no idea about the quality and accuracy of the output. This template answers the question “How good is my translation?” so you have a high level of confidence before you publish.

Who is this for? This workflow template is designed for businesses needing translation and localization of documents such as text docs, presentations, web pages, transcripts, video subtitles and others. Use it to build workflows that localize your content at scale while maintaining translation quality, accuracy and compliance.

Set up instructions

Straker Verify Integration with n8n

Connect to Straker Verify: Obtain Your API Key Sign Up/Log In: Visit https://verify.straker.ai/ to create an account or log in. Navigate to API Keys: Go to Verify → Settings → API Keys. **Copy Your Key:** Find and copy your API key. **Add Key to n8n:** In n8n, go to Settings → Credentials → Straker Verify`.

Set Up Credentials for the Straker Verify Node

  1. Open n8n and go to "Credentials".
  2. From the left sidebar, click on "Credentials".
  3. Search for "Straker Verify" and select "Straker Verify API" from the dropdown.
  4. Paste the copied access token from the Verify app and save it.

Assign Credentials to the Node 1.Go to your workflow and open the Straker Verify node. 2.Select the "Straker Verify API" credentials you just created from the dropdown (Credentials to connect with), and save.

✅ You are now ready to use the workflow.

Workflow Steps

Step 1: Initiate Workflow – Upload Files to Google Drive 1.Upload one or more files to the designated Google Drive folder. This triggers the "New File in Google Drive" node in n8n.

Step 2: Select Workflow The system fetches available workflows via: Fetch All Users Workflows No matching workflow found? You'll be notified via Slack: No workflow found

Step 3: Create Project in Straker Verify The following steps are handled automatically: Fetch language/project options Download files from Google Drive Create a new project using: Create Straker Project ✅ You'll receive a Slack confirmation: > "Project created – ID: xxxxxx"

Step 5: Process Completion & File Return Once files are processed by Straker: The Incoming Translation Result webhook is triggered. The workflow: Downloads processed files: Get File Content from Strakerh - Uploads them to Google Drive: Upload File to Google Drivee

Step 6: Confirmation - Workflow Complete You'll receive a final Slack message: > "Workflow complete – Files are now available in Google Drive"

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky: Setup

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky: Google Trigger

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky: Create Project

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky: Webhook

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky: Download Translations

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky: Upload to Drive

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Create a new project

Type / Role
n8n-nodes-straker-verify.strakerVerify - strakerVerify
Config choices
Version 1

Block 8 - Download file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 9 - Google Drive Trigger

Type / Role
n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
Config choices
Version 1

Block 10 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 11 - Download translated files

Type / Role
n8n-nodes-straker-verify.strakerVerify - strakerVerify
Config choices
Version 1

Block 12 - Upload file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

3. Summary Table

Workflow Automated document translation with Straker, Google Drive & Slack
Complexity intermediate
Nodes 12
Categories Document Extraction, Multimodal AI
Author Vijayeta Sinel
Published 10 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4832/4832.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automated document translation with Straker, Google Drive & Slack do?

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack. How it works? A workflow step is set up to "watch" a Google Drive folder. When your team ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, Multimodal AI use case.