Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the process of summarizing or transcribing a WordPress article, converting the text into speech using Eleven Labs API, and uploading the resulting MP3 file back to WordPress...
n8n-nodes-base.manualtrigger, n8n-nodes-base.wordpress, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by phil.
Original n8n.io sourceThis workflow automates the process of summarizing or transcribing a WordPress article, converting the text into speech using Eleven Labs API, and uploading the resulting MP3 file back to WordPress.
How It Works 1. Trigger – The workflow starts manually when the user clicks “Test Workflow”. 2. Retrieve Article – It fetches a WordPress article based on a given post ID. 3. Summarize or Transcribe – An LLM (GPT-4o-mini) generates either: • A summary of the article, or • A full transcription, depending on the chosen prompt. 4. Generate Speech – The processed text (summary or transcription) is converted into an MP3 audio file using Eleven Labs API. 5. Upload MP3 to WordPress – The generated MP3 file is uploaded to WordPress. 6. Update WordPress Post – The article is updated with an embedded audio player, allowing users to listen to the summary or transcription.
Set Up Steps 1. WordPress API Credentials • Configure your WordPress API credentials in n8n. 2. Eleven Labs API Key • Obtain an API Key from Eleven Labs and configure it in n8n. 3. Choose Between Summary or Transcription • Modify the AI prompt to either generate a summary or keep the full transcription. 4. Test the Workflow • Run the workflow and ensure the MP3 file is correctly generated and uploaded.
💡 Customization Options • Modify the AI prompt to switch between a summary and a transcription. • Change the voice model in Eleven Labs for different speech styles. • Adjust output format to higher/lower quality MP3.
🚀 This automation improves content accessibility and engagement by allowing users to listen to a summarized or full version of the article.
.
🇫🇷 Contactez nous pour automatiser vos processus
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.
| Workflow | Generate & upload an audio summary of a WordPress (or Woocommerce) article |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Content Creation, Multimodal AI |
| Author | phil |
| Published | 27 Feb 2025 |
Use the JSON export at /data/workflows/3028/3028.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow automates the process of summarizing or transcribing a WordPress article, converting the text into speech using Eleven Labs API, and uploading the resulting MP3 file back to WordPress...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Content Creation, Multimodal AI use case.