Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
This workflow automates the process of receiving a post call audio file and transcription from ElevenLabs, processing them, and generating a financial risk...
n8n-nodes-base.webhook, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googledrive, n8n-nodes-base.code, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.outputparserstructured
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow automates the process of receiving a post-call audio file and transcription from ElevenLabs, processing them, and generating a financial risk report.
The workflow fully automates the process from raw input (audio/transcript) to final delivery (email report), eliminating manual intervention.
It leverages language models to:
Automatically extracts critical business information, reducing human error and ensuring standardized outputs.
The webhook-based architecture allows the system to handle large volumes of interviews in parallel without additional effort.
Each step (audio processing, extraction, scoring, reporting) is modular, making it easy to:
Generates clean, ready-to-send HTML reports compatible with email clients, improving communication with stakeholders.
Audio files are stored in Google Drive, ensuring:
The evaluation logic ensures that all interviews are assessed using the same criteria, reducing subjective bias.
body.type field.post_call_audio, the workflow processes the audio.post_call_transcription, the workflow processes the transcription.Audio Processing Path: For an audio file, a Code node extracts the Base64 audio data and the conversation_id from the webhook payload. It converts the Base64 string into a binary audio buffer (MP3). This binary data is then passed to a Google Drive node, which uploads the file to a specified folder (the user's root folder).
Transcription Processing Path: For a transcription, a Set node extracts the transcript array from the payload. A subsequent Code node processes this array, combining all messages from the conversation into a single, readable full text string, prefixed by the speaker's role.
Data Enrichment and Analysis: The full transcript text is then used by two nodes in parallel:
gpt-5-mini) to extract structured data from the text, specifically the company_name, the CEO's name, the address, and the vat_number.score, a final verdict (POSITIVE/NEUTRAL/NEGATIVE), and a reason based on the interviewee's responses. Its output is parsed by a Structured Output Parser to ensure it is valid JSON.gpt-5-mini model.folderId) is not the root.[email protected]) and verify the email subject line formatting.active: false to active: true in the n8n editor to start listening for webhook calls.๐ Subscribe to my new YouTube channel. Here Iโll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
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 Financial Risk Reports ๐ from ElevenLabs interviews ๐๏ธusing OpenAI |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Document Extraction, AI Summarization |
| Author | Davide Boizza |
| Published | 01 Apr 2026 |
Use the JSON export at /data/workflows/14546/14546.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 receiving a post call audio file and transcription from ElevenLabs, processing them, and generating a financial risk...
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 Document Extraction, AI Summarization use case.