---
title: "Phone Manual Dial (Token Authentication)"
method: POST
path: "/ca_apis/PhoneManualDial"
tags: ["default"]
---

# Phone Manual Dial (Token Authentication)

`POST /ca_apis/PhoneManualDial`

Dial a customer number from a registered phone device using manual mode.

## Headers

- `Content-Type` string, required

## Request body

- object
  - `userName` string, required — CloudAgent account username
  - `custNumber` string, required — Customer phone number to be dialed
  - `phoneName` string, required — Registered phone name/ID used to make the call
  - `campaignName` string, required — Campaign name under which the call is initiated
  - `did` string, required — DID (Direct Inward Dialing) number from which call is made
  - `uui` string — Optional application data passed for reporting or IVR handling
  - `checkStatus` boolean, required — Flag to check current dial status before dialing

## Response `200`

Successful response

---

[API](https://skmtc.net/ozonetel/apis/agent-authentication.md) · [All operations](https://skmtc.net/ozonetel/apis/agent-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ozonetel/agent-authentication/versions/9096baa9c71b/schema)
