---
title: "Create a schedule call"
method: POST
path: "/v1/schedule_call"
---

# Create a schedule call

`POST /v1/schedule_call`

This API allows you to create a new schedule call.

## Headers

- `Authorization` string, required

## Request body

- object
  - `customer_name` string — Name of the customer
  - `customer_number` string — Phone number of the customer
  - `schedule_callback_date_time` string, required — Date and Time of the scheduled call, format: Y-m-d H:i:s
  - `schedule_callback_text` string — Note for the scheduled call.
  - `assigned_to` string — Unique ID of the agent.
  - `call_end_min` string — For how much time the call is to be scheduled for

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/acefone/apis/servetel-base-api-config.md) · [All operations](https://skmtc.net/acefone/apis/servetel-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acefone/servetel-base-api-config/revisions/ca83a6f08f7f/schema)
