Sign inGet started

Ring a call

In order to initiate ringing on an inbound call you can use this request.
POST
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/ringing
Send call ringing
Payload respons
id
string
callId
string
callFlowId
string
status
string
command
string
conditions
array of object
Tampilkan atribut turunan
conditions.variable
string
Possible values: keys, speech
conditions.operator
string
Possible values: eq, ne, ==, !=, contains
conditions.value
string
Contoh kode
curl -X POST 'https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/ringing' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'

Example 1: Ringing an inbound call

Contoh kode
curl -X POST "https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/ringing" \
     -H "Authorization: AccessKey YOUR_SECRET_TOKEN"