Notes vocales en tweets
Ceci est unMultimodal AIworkflow d'automatisation du domainecontenant 3 nœuds.Utilise principalement des nœuds comme X, GoogleDrive, HttpRequest. 🎙️ utilisation Google Drive et AssemblyAI 将语音笔记conversion为 X 推文
- •Informations d'identification Google Drive API
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
Nœuds utilisés (3)
Catégorie
{
"meta": {
"instanceId": "__PLACEHOLDER_INSTANCE_ID__"
},
"name": "Voice Note to Tweet",
"nodes": [
{
"id": "watch-drive-folder",
"name": "Surveiller le dossier Google Drive",
"type": "n8n-nodes-base.googleDrive",
"notes": "📁 Watch for New Voice Notes\n\nMonitors a specific Google Drive folder for uploaded audio files.\n\n🔹 Supported formats: .mp3, .m4a, .wav\n\n💡 Tip: Name files clearly (e.g., 'Tip-about-boundaries.m4a')\n\nTriggers when a new audio file is added.",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 2,
"notesAlignment": "top"
},
{
"id": "transcribe-audio",
"name": "Transcrire avec AssemblyAI",
"type": "n8n-nodes-base.httpRequest",
"notes": "🎙️ Transcribe Audio to Text\n\nSends the voice note to AssemblyAI for speech-to-text conversion.\n\n🔐 Requires:\n- AssemblyAI API key\n- Publicly accessible file (Google Drive link)\n\n💡 Response includes transcript + key phrases.\n\nWait for completion (add delay or webhook if needed).",
"position": [
500,
300
],
"parameters": {},
"notesAlignment": "top"
},
{
"id": "post-to-x",
"name": "Publier sur X (Twitter)",
"type": "n8n-nodes-base.x",
"notes": "🐦 Post to X (Twitter)\n\nPublishes the transcribed text as a tweet.\n\n🔧 Customize:\n- Add hashtags\n- Trim to 280 chars\n- Thread long content\n\n💡 Use a Function node before to clean up text (remove filler words, add emojis).",
"position": [
750,
300
],
"parameters": {},
"typeVersion": 1,
"notesAlignment": "top"
}
],
"active": false,
"pinData": {},
"settings": {
"callerPolicy": "none",
"saveDataError": "all",
"executionOrder": "parallel",
"saveDataSuccess": "all"
},
"connections": {
"watch-drive-folder": {
"main": [
[
{
"node": "transcribe-audio",
"type": "main",
"index": 0
}
]
]
},
"transcribe-audio": {
"main": [
[
{
"node": "post-to-x",
"type": "main",
"index": 0
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Débutant - IA Multimodale
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
Partager ce workflow