---
title: "Create Practicepanther Call For Call"
method: POST
path: "/developer/practicepanther/create-call/{call_id}"
tags: ["Developer", "Developer - Integrations"]
---

# Create Practicepanther Call For Call

`POST /developer/practicepanther/create-call/{call_id}`

Manually trigger PracticePanther call creation for a specific call.

Developer-only endpoint. Bypasses the dry run and auto-create checks.
Resolves the PP contact from the lead (if one exists) or from a matched
PP contact via phone number.

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- PracticePantherSyncResponse — Response for triggering PracticePanther data sync
  - `message` string, required — Status message
  - `task_id` string, nullable — Celery task ID for tracking (if async)

## 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)
