See llms.txt for all machine-readable content.

Back to Templates

Test IVR call quality with CALL-E API from a phone task list

Created by

Created by: CALL-E || calle
CALL-E

Last update

Last update 5 days ago

Categories

Share


Quick overview

This workflow manually triggers two sequential IVR quality-sample calls via the CALL-E API, validating transcripts and metadata post-call. Note: Default placeholders must be replaced with authorized E.164 test numbers before execution.

How it works

  1. Runs when you start the workflow manually.
  2. Loads the CALL-E API configuration (base URL, polling interval, timeout) and stops with an error if the API key is missing.
  3. Creates a small list of IVR QA call tasks (phone, task instructions, locale/region, and metadata) to be processed.
  4. Processes the call list one item at a time, building the CALL-E /v1/calls request with a JSON result schema, metadata, and an idempotency key.
  5. Calls the CALL-E API to create the call and repeatedly polls the call status until it reaches a terminal state (completed/failed/canceled) or times out.
  6. Extracts the call outcome, structured result, transcript turns, and failure signals, then formats a demo-friendly per-call view and an overall execution summary.

Setup

  1. Add your CALL-E API key by replacing replace_with_calle_api_key in the CALL-E configuration step.
  2. Replace the sample phone numbers with numbers you own or are authorized to call, and adjust the task text and metadata for your IVR QA scenario.
  3. Review and adjust the CALL-E base URL, polling interval, and timeout values if your environment requires different settings.