Updated in 2025.20
Description
You can use the Get Transcript Node to retrieve the conversation transcript for further processing. The Get Transcript Node creates a transcript object in the Input object that you can use to:
- Access or modify the transcript before passing it to an AI Agent or LLM Prompt Node, for example, to filter out irrelevant messages or prevent LLM hallucinations.
- Send a summary of the interaction between the user and the AI Agent to your CRM system.
Restrictions
Parameters
Advanced
Storage
Provide Conversation Transcripts to AI Agents
The AI Agent Node and the LLM Prompt Node (when Use Single Prompt Mode in Advanced is deactivated) automatically access the conversation transcript without additional setup.
To modify the transcript before it is processed by one of these Nodes, place the Get Transcript Node above them in the Flow editor:
Last modified on June 15, 2026