---
title: "POST /feedback_portal/{portalId}/plain_feedback"
method: POST
path: "/feedback_portal/{portalId}/plain_feedback"
tags: ["Feedback items"]
---

# POST /feedback_portal/{portalId}/plain_feedback

`POST /feedback_portal/{portalId}/plain_feedback`

Create new plain feedbacks and submit to the desired feedback portal for further evaluation

## Path parameters

- `portalId` string, required

## Request body

- PlainIdeaRequest
  - `workspaceId` string
  - `title` string, required
  - `description` string
  - `owner` string — Email address of the idea author. The backend looks up (or creates) the person record from this email and attributes the feedback to them. This is NOT a user ID — sending a numeric ID will return 400.
  - `categoryId` string
  - `labels` string[]
  - `importanceId` string — Portal importance — numeric ID OR exact name (case-insensitive). When omitted, the portal's `isDefault: true` importance is used (see `GET /feedback_portal/{portalId}/importances`).
  - `company` string — Customer company — numeric ID OR exact name (case-insensitive). Resolve via `GET /feedback_portal/{portalId}/companies`.

## Response `200`

Create a plain feedback

- string

## Other responses

- `401` — No access to account
- `403` — Access denied
- `422` — Invalid item ID
- `500` — An error occurred while creating a plain feedback

---

[API](https://skmtc.net/craft/apis/craft-io-public-api.md) · [All operations](https://skmtc.net/craft/apis/craft-io-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craft/craft-io-public-api/versions/2d001661c781/schema)
