---
title: "Creates a Feedback"
method: POST
path: "/api/2026-07-01/resources/ats/feedbacks"
tags: ["Ats > Feedback"]
---

# Creates a Feedback

`POST /api/2026-07-01/resources/ats/feedbacks`

This endpoint allows to create new feedback entries for candidates.

## Request body

- object
  - `ats_candidate_id` string, required — the ID of the candidate to whom the new feedback will be associated.
  - `rating` integer — the overall rating from 1 to 5 to be given to the candidate's application.
  - `ats_application_id` string — the ID of the application related to the feedback.
  - `ats_application_phase_id` string — the ID of the phase within the application related to the feedback.
  - `description` string — a string describing the feedback provided.
  - `mention_ids` string[] — the IDs of the accesses for sending notifications if they have it enabled. They must have permissions to see the assosiated application.
  - `ats_evaluation_forms_id` string — IDs of the form to which the feedback belongs if the evaluation forms feature is active.

## Response `201`

CREATED

- AtsFeedback
  - `id` string, required — the ID of the feedback entry.
  - `rating` integer — the overall rating from 1 to 5 for the candidate's application.
  - `description` string — the description of the feedback provided.
  - `ats_application_id` string — the ID of the application related to the feedback.
  - `ats_application_phase_id` string — the ID of the phase within the application related to the feedback.
  - `created_at` string, required — the date and time when the feedback entry was created.
  - `ats_candidate_id` string, required — the ID of the candidate to whom the feedback is associated.
  - `ats_evaluation_forms_id` string — the ID of the evaluation form to which the feedback belongs if the evaluation forms feature is active.
  - `evaluation_form_answers` unknown[] — the answers from the evaluation form, if this feedback is related to an evaluation form.
    - unknown

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
