Skip to main content
PUT
/
batch
/
scheduled-calls
/
{call_id}
Update Scheduled Call
curl --request PUT \
  --url https://api.callintel.io/batch/scheduled-calls/{call_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "from_number": "<string>",
  "scheduled_time": "2023-11-07T05:31:56Z",
  "status": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call_id
string
required

Body

application/json
name
string
from_number
string
scheduled_time
string<date-time>
status
string

Response

200

Updated successfully.