---
title: "Create Call"
method: POST
path: "/practicepanther/calls/create"
tags: ["PracticePanther"]
---

# Create Call

`POST /practicepanther/calls/create`

Create a call record in PracticePanther. Developer access required.

## Request body

- PracticePantherCreateCallRequest — Request to create a call record in PracticePanther
  - `name` string, required
  - `account_guid` string, nullable
  - `project_guid` string, nullable
  - `call_type` string, nullable
  - `call_date_time` string, nullable
  - `call_duration` string, nullable
  - `status` string, nullable
  - `description` string, nullable
  - `priority` string, nullable
  - `is_private` boolean, nullable
  - `assigned_to_user_guids` string[], nullable

## Response `200`

Successful Response

- PracticePantherCreateCallResponse — Response from creating a call record
  - `success` boolean, required
  - `activity_guid` string, nullable
  - `message` string, required

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