---
title: "Insert Guests' Feedback into Zenoti"
method: POST
path: "/v1/appointments/{appointment_group_id}/feedbacks"
---

# Insert Guests' Feedback into Zenoti

`POST /v1/appointments/{appointment_group_id}/feedbacks`

This API inserts a guest's feedback (which has been collected by using a third-party software) on a specific appointment into Zenoti.

For example, an organization uses a third-party software to collect guests' feedback on their appointments. You can then use this API to insert the collected guest feedback from that third-party software into Zenoti.

You must specify appropriate data for the `appointment_group_id` parameter.

## Path parameters

- `appointment_group_id` string, required

## Response `200`

200

- object
  - `success` boolean

## Other responses

- `400` — 400

---

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