---
title: "Create Personal Whatsapp Profile"
method: POST
path: "/v1/integrations/personal-whatsapp/create"
tags: ["Integrations", "Personal WhatsApp"]
---

# Create Personal Whatsapp Profile

`POST /v1/integrations/personal-whatsapp/create`

Create a WhatsApp profile with PERSONAL_QR integration method and
provision an Evolution API instance.

## Request body

- PersonalWhatsappCreateRequest
  - `ProfileName` string, required

## Response `200`

Successful Response

- PersonalWhatsappProfileResponse
  - `ProfileID` string, uuid, required
  - `ProfileName` string, required
  - `ProfileStatus` string, required
  - `IntegrationMethod` string, required
  - `EvolutionInstanceName` string, nullable
  - `EvolutionConnectedPhone` string, nullable

## Other responses

- `422` — Validation Error

---

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