Docs

Perform a voice conversation

Creates a voice conversation in Routee.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
objectrequired

The recipient of the call. The destination phone number. Format with a '+' and country code e.g., +3069485xxxxx (E.164 format). NOTE: limit 1 reqest per second

stringrequired

The sender id for the call. NOTICE: Alphanumeric sender is not supported by all networks (e.g. Greek networks). Check restrictions and features here: https://go.routee.net/#/management/restrictions-and-features.

object

A combination of action verbs to be executed. Can not be empty. Use either "dialPlanUrl" or "dialPlan".

string

The url which contains a combination of action verbs to be executed. Use either "dialPlanUrl" or "dialPlan".

object

Defines the notification callback information for the progress of Voice conversation

number

The time to wait for the call to be answered. Min value: 1. Max value: 60.

number

Defines the maximum duration. Min value: 1

object

It is used to detect if the call is answered by human or machine and define the desired actions (in case of machine).

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.