For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Select Call Analysis Flow

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