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.
Video Guide I prepared a detailed guide that showed the whole process of building a call analyzer. [: Enables speaker diarization.speakers_expected: Specify expected number of speakers.language_code: Set language (default: en_us).Webhook Configuration: Set up a POST webhook to receive AssemblyAI’s transcription data.
Get Transcription:
Authorization with AssemblyAI API key.https://api.assemblyai.com/v2/transcript/<transcript_id>.Send to OpenAI:
https://api.openai.com/v1/chat/completions.Authorization with OpenAI API key.gpt-4o-2024-08-06 for JSON Schema support, or gpt-4o-mini for a less costly option.system: Contains the main analysis prompt.user: Combined speakers’ utterances to analyze in text format.type: json_schema.json_schema: JSON schema for structured responses.Save Results in Supabase:
demo_calls.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 | Call analyzer with AssemblyAI transcription and OpenAI assistant integration |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | CRM, AI Summarization |
| Author | Mark Shcherbakov |
| Published | 14 Nov 2024 |
Use the JSON export at /data/workflows/2547/2547.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.
Video Guide I prepared a detailed guide that showed the whole process of building a call analyzer. [![OPENAI 8.png](https://cflobdhpqwnoisuctsoc.supabase.co/storage/v1/object/public/my storage/OPEN...
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 CRM, AI Summarization use case.