---
title: "Outbound Call"
method: POST
path: "/api/v1/outbound_call"
tags: ["calls"]
---

# Outbound Call

`POST /api/v1/outbound_call`

Handle outbound call request using Daily.co PSTN infrastructure.

Args:
    request: Outbound call details
    daily_helper: Daily.co helper dependency
    current_user: Authenticated user ID

## Request body

- OutboundCallRequest
  - `campaign_contact_id` string, required
  - `is_follow_up` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outrival/apis/fastapi.md) · [All operations](https://skmtc.net/outrival/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outrival/fastapi/revisions/7bcf41dff3cb/schema)
