---
title: "Create Contact"
method: POST
path: "/practicepanther/contacts/create"
tags: ["PracticePanther"]
---

# Create Contact

`POST /practicepanther/contacts/create`

Create a contact in PracticePanther. Developer access required.

## Request body

- PracticePantherCreateContactRequest — Request to create a contact in PracticePanther
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, nullable
  - `mobile` string, nullable
  - `phone_office` string, nullable
  - `phone_home` string, nullable
  - `notes` string, nullable

## Response `200`

Successful Response

- PracticePantherCreateContactResponse — Response from creating a contact
  - `success` boolean, required
  - `account_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)
