---
title: "POST /v1beta1/alerts/{alertId}/feedback"
method: POST
path: "/v1beta1/alerts/{alertId}/feedback"
tags: ["alerts"]
---

# POST /v1beta1/alerts/{alertId}/feedback

`POST /v1beta1/alerts/{alertId}/feedback`

Creates new feedback for an alert. Attempting to create a feedback for a non-existent alert returns `NOT_FOUND` error. Attempting to create a feedback for an alert that is marked for deletion returns `FAILED_PRECONDITION' error.

## Path parameters

- `alertId` string, required

## Query parameters

- `customerId` string

## Request body

- AlertFeedback — A customer feedback about an alert.
  - `alertId` string — Output only. The alert identifier.
  - `email` string — Output only. The email of the user that provided the feedback.
  - `feedbackId` string — Output only. The unique identifier for the feedback.
  - `createTime` string, google-datetime — Output only. The time this feedback was created.
  - `customerId` string — Output only. The unique identifier of the Google Workspace account of the customer.
  - `type` 'ALERT_FEEDBACK_TYPE_UNSPECIFIED' | 'NOT_USEFUL' | 'SOMEWHAT_USEFUL' | 'VERY_USEFUL' — Required. The type of the feedback.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/alertcenter.md) · [All operations](https://skmtc.dev/google/apis/alertcenter/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/alertcenter/revisions/98466688aaf4/schema)
