Skip to main content
POST
/
calls
Send Call
curl --request POST \
  --url https://api.revring.ai/v1/calls \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "toNumber": "<string>",
  "fromNumber": "<string>",
  "variables": {},
  "callerIdName": "<string>",
  "skipQueue": false
}
'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Generate API keys from the RevRing dashboard.

Body

application/json
agentId
string<uuid>
required
toNumber
string
required

Destination number (E.164)

Pattern: ^\+[1-9]\d{1,14}$
fromNumber
string
required

Caller ID number (E.164)

Pattern: ^\+[1-9]\d{1,14}$
variables
object

Template variables for this call

callerIdName
string

Caller ID name displayed to the recipient (max 15 characters)

Required string length: 1 - 15
skipQueue
boolean
default:false

When true, returns a 429 error immediately if the concurrency limit is reached instead of queuing the call

Response

Outbound call initiated

data
object

Phone call record