Post Call Analysis โ Call Analysis Flow ๐
This section allows you to configure how calls made by the AI agent will be analyzed using the flows previously created in Flow Studio.
Last updated
This section allows you to configure how calls made by the AI agent will be analyzed using the flows previously created in Flow Studio.
Click on โSelect Call Analysis Flowโ
You will only see flows that meet the specific criteria for call analysis. If your flow doesnโt appear in the list, itโs because it doesnโt meet the following conditions:
The flow must have a โTriggerโ type that receives all parameters through the body of the request.
The flow must respond with text, since LLM models can only process text-based responses.
Only one analysis flow can be selected in this feature.
Once the flow is selected, youโll see the flowโs URL and API Key already filled in under the โCall Analysis Flowโ field.

โ ๏ธ Warning:
If you change the name of a flow, you must update the corresponding webhook URL.
Last updated