Skip to main content

๐ŸŽ™๏ธ Convert voice notes to X posts with Google Drive and AssemblyAI

Workflow preview

Workflow preview
100%
๐ŸŽ™๏ธ Convert voice notes to X posts with Google Drive and AssemblyAI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

๏ธ Voice Note to Tweet: Turn Audio Ideas into X Posts with n8n A lean, 3 node automation that turns voice memos into tweets โ€” so creators can capture ideas on the go and publish fast, without typi...

Best for

  • Social Media automation workflows
  • AI Chatbot automation workflows
  • beginner n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.x

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shelly-Ann Davy.

Original n8n.io source

1.1 Workflow description

Title
๐ŸŽ™๏ธ Convert voice notes to X posts with Google Drive and AssemblyAI
Workflow name
๐ŸŽ™๏ธ Convert voice notes to X posts with Google Drive and AssemblyAI

๐ŸŽ™๏ธ Voice Note to Tweet: Turn Audio Ideas into X Posts with n8n

A lean, 3-node automation that turns voice memos into tweets โ€” so creators can capture ideas on the go and publish fast, without typing.

Capture inspiration the moment it strikes โ€” even when youโ€™re not at your desk. This 3-node workflow lets content creators, coaches, and solopreneurs turn voice memos into X (Twitter) posts automatically.

Just record a voice note, upload it to a Google Drive folder, and n8n will:

๐Ÿ› ๏ธ Step-by-Step Setup Instructions

1. Prepare Google Drive Folder

  • Create a folder: Voice Notes to Tweet
  • Enable Google Drive API in your n8n credentials
  • Share the folder with your automation account (if needed)

2. Set Up AssemblyAI (or Whisper)

  • Sign up at assemblyai.com
  • Get your API key
  • In n8n, add a credential for HTTP Request or use a dedicated node

> ๐Ÿ” Alternative: Use OpenAIโ€™s Whisper API if preferred

3. Connect X (Twitter) Account

  • Use n8nโ€™s X (Twitter) node
  • Authenticate with your app key, secret, access token
  • Ensure write permissions

4. Deploy the Workflow

  • Import the JSON below
  • Replace placeholder credentials:
    • {{GOOGLE_DRIVE_FOLDER_ID}}
    • {{ASSEMBLYAI_API_KEY}}
    • {{TWITTER_CREDENTIAL}}
  • Activate the workflow

Now, every time you upload a .m4a, .mp3, or .wav file to your folder โ€” it becomes a tweet.


๐Ÿ”„ Workflow Explanation

  1. Watch Google Drive โ†’ Triggers when a new voice note is added
  2. Transcribe Audio โ†’ Sends file to AssemblyAI for speech-to-text
  3. Post to X (Twitter) โ†’ Publishes the transcript as a tweet

Optional: Add a Slack approval step if you donโ€™t want auto-posting.


๐Ÿ“ฆ Pre-Conditions

  • โœ… n8n account with access to HTTP and X nodes
  • โœ… Google Drive API enabled
  • โœ… AssemblyAI or Whisper API key
  • โœ… X (Twitter) Developer Account with app credentials
  • โœ… Internet-accessible audio files (hosted in Drive)

> โš ๏ธ Note: X API v2 requires OAuth 2.0 and app approval.


๐ŸŽจ Customization Guidance

Enhancement How
Add Approval Step Insert Slack/Telegram node to approve before posting
Trim Long Transcripts Use Function node to limit to 280 chars
Add Hashtags Append #VoiceToTweet #ContentCreatorTips
Save to Archive After posting, move file to โ€œProcessedโ€ folder
Support iOS Voice Memos Auto-convert .m4a โ†’ compatible format

๐ŸŒ Who Itโ€™s For

  • Coaches who record insights on walks
  • Solopreneurs building personal brands
  • Content creators who hate writing from scratch
  • Thought leaders capturing ideas in motion

โœ… Final Notes for Submission

  • All nodes have sticky notes explaining purpose
  • Uses standard APIs with documented credentials
  • Solves a real creator pain point
  • No fluff, no โ€œmagicโ€ โ€” just practical automation

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 - Watch Google Drive Folder

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

Block 2 - Transcribe with AssemblyAI

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

Block 3 - Post to X (Twitter)

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

3. Summary Table

Workflow ๐ŸŽ™๏ธ Convert voice notes to X posts with Google Drive and AssemblyAI
Complexity beginner
Nodes 3
Categories Social Media, AI Chatbot
Author Shelly-Ann Davy
Published 02 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8184/8184.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 ๐ŸŽ™๏ธ Convert voice notes to X posts with Google Drive and AssemblyAI do?

๏ธ Voice Note to Tweet: Turn Audio Ideas into X Posts with n8n A lean, 3 node automation that turns voice memos into tweets โ€” so creators can capture ideas on the go and publish fast, without typi...

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 Social Media, AI Chatbot use case.