---
title: "Create Queued Outbound Call"
method: POST
path: "/queued-outbound-calls/"
tags: ["Queued Outbound Calls"]
---

# Create Queued Outbound Call

`POST /queued-outbound-calls/`

Create a single queued outbound call.

## Request body

- CreateQueuedOutboundCallRequest — Request to create a single queued outbound call.
  - `outbound_lead_id` string, uuid, required

## Response `201`

Successful Response

- QueuedOutboundCallResponse — Full queued outbound call response.
  - `queued_outbound_call_id` string, uuid, required
  - `customer_id` string, uuid, required
  - `outbound_lead_id` string, uuid, required
  - `call_id` string, uuid, nullable
  - `status` string, required
  - `error_message` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable
  - `lead_first_name` string, nullable
  - `lead_last_name` string, nullable
  - `lead_phone_number` string, nullable
  - `estimated_call_time` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
