---
title: "Log Manual Contact"
method: POST
path: "/api/v1/admin/followups/manual-contact"
tags: ["admin-followups"]
---

# Log Manual Contact

`POST /api/v1/admin/followups/manual-contact`

## Query parameters

- `project_id` string, uuid, nullable

## Request body

- ManualContactRequest
  - `user_id` string, uuid, required
  - `note` string, required

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
