Contenu audio automatisé avec Eleven Labs et GPT-4
Ceci est unContent Creation, Multimodal AIworkflow d'automatisation du domainecontenant 12 nœuds.Utilise principalement des nœuds comme If, Set, Gmail, Slack, GoogleDrive. Convertir des articles de blog en contenu audio avec Eleven Labs et GPT-4
- •Compte Google et informations d'identification Gmail API
- •Token Bot Slack ou URL Webhook
- •Informations d'identification Google Drive API
- •Informations d'identification Google Sheets API
- •Clé API OpenAI
Nœuds utilisés (12)
Catégorie
{
"id": "KLDO9ZJ0iMg5VncF",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "Automated Audio Content with Eleven Labs & GPT-4",
"tags": [],
"nodes": [
{
"id": "89557e6d-4a2d-417f-b323-ffe632ebb5a8",
"name": "Déclencheur Flux RSS",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "4e7186aa-c4a8-425a-9cc5-2f505e36696d",
"name": "Extraire et Nettoyer les Données de l'Article",
"type": "n8n-nodes-base.set",
"position": [
224,
0
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "a881c3d2-9980-428a-a85d-4eb700d35e0d",
"name": "Convertir le Texte en Parole",
"type": "@elevenlabs/n8n-nodes-elevenlabs.elevenLabs",
"position": [
448,
0
],
"parameters": {},
"retryOnFail": false,
"typeVersion": 1
},
{
"id": "37cebd8a-ceab-4ffa-83fd-5f046fde43b7",
"name": "Téléverser le Fichier Audio",
"type": "n8n-nodes-base.googleDrive",
"position": [
672,
0
],
"parameters": {},
"typeVersion": 3
},
{
"id": "0796f202-3a46-4cf4-b8e7-2ec41004ba65",
"name": "Générer les Métadonnées",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
896,
0
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "0dcd3160-1a32-4c13-b3d6-93f1c45227fc",
"name": "Combiner Toutes les Métadonnées",
"type": "n8n-nodes-base.set",
"position": [
1296,
0
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "81d43a0c-3a16-4f8b-a320-88d8ba483731",
"name": "Journaliser la Production Audio",
"type": "n8n-nodes-base.googleSheets",
"notes": "Values:\nArticle URL: ={{ $json.finalArticleUrl }}\nArticle Title: ={{ $json.finalArticleTitle }}\nAudio File URL: ={{ $json.audioFileUrl }}\nGenerated Audio Title: ={{ $json.generatedAudioTitle }}\nGenerated Audio Description: ={{ $json.generatedAudioDescription }}\nGenerated Audio Tags: ={{ $json.generatedAudioTags }}\nStatus: ={{ $json.workflowStatus }}\nTimestamp: ={{ $json.timestamp }}",
"position": [
1520,
0
],
"parameters": {},
"notesInFlow": true,
"typeVersion": 4.6
},
{
"id": "52da2181-689d-44f1-97ec-4f50a2311e22",
"name": "Est pour la Distribution par Email ?",
"type": "n8n-nodes-base.if",
"position": [
1744,
0
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "a80d6ee9-f222-411f-aa6f-aa6151e04903",
"name": "Envoyer une Notification Audio par Email",
"type": "n8n-nodes-base.gmail",
"position": [
1968,
-96
],
"webhookId": "41e96a51-49f9-494a-849c-d1302e137b18",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "4e637fd0-015c-4f0d-9fb9-5782c66f23f6",
"name": "Notifier l'Équipe Interne",
"type": "n8n-nodes-base.slack",
"position": [
1968,
96
],
"webhookId": "e549edc5-add6-437f-9a8b-98ebb772aad7",
"parameters": {},
"typeVersion": 2.3
},
{
"id": "44c25fdf-b212-4d26-83d3-0a0704bd8437",
"name": "Note Adhésive",
"type": "n8n-nodes-base.stickyNote",
"position": [
-128,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c0cace1f-436f-4437-aa2e-d84b299488c8",
"name": "Note Adhésive1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-144,
400
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "45b3c5df-1732-4525-888c-410de66f5676",
"connections": {
"89557e6d-4a2d-417f-b323-ffe632ebb5a8": {
"main": [
[
{
"node": "4e7186aa-c4a8-425a-9cc5-2f505e36696d",
"type": "main",
"index": 0
}
]
]
},
"0796f202-3a46-4cf4-b8e7-2ec41004ba65": {
"main": [
[
{
"node": "0dcd3160-1a32-4c13-b3d6-93f1c45227fc",
"type": "main",
"index": 0
}
]
]
},
"37cebd8a-ceab-4ffa-83fd-5f046fde43b7": {
"main": [
[
{
"node": "0796f202-3a46-4cf4-b8e7-2ec41004ba65",
"type": "main",
"index": 0
}
]
]
},
"0dcd3160-1a32-4c13-b3d6-93f1c45227fc": {
"main": [
[
{
"node": "81d43a0c-3a16-4f8b-a320-88d8ba483731",
"type": "main",
"index": 0
}
]
]
},
"81d43a0c-3a16-4f8b-a320-88d8ba483731": {
"main": [
[
{
"node": "52da2181-689d-44f1-97ec-4f50a2311e22",
"type": "main",
"index": 0
}
]
]
},
"a881c3d2-9980-428a-a85d-4eb700d35e0d": {
"main": [
[
{
"node": "37cebd8a-ceab-4ffa-83fd-5f046fde43b7",
"type": "main",
"index": 0
}
]
]
},
"52da2181-689d-44f1-97ec-4f50a2311e22": {
"main": [
[
{
"node": "a80d6ee9-f222-411f-aa6f-aa6151e04903",
"type": "main",
"index": 0
}
],
[
{
"node": "4e637fd0-015c-4f0d-9fb9-5782c66f23f6",
"type": "main",
"index": 0
}
]
]
},
"4e7186aa-c4a8-425a-9cc5-2f505e36696d": {
"main": [
[
{
"node": "a881c3d2-9980-428a-a85d-4eb700d35e0d",
"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é ?
Intermédiaire - Création de contenu, 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
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
Partager ce workflow