---
title: "Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question."
method: POST
path: "/v1/Insights/QualityManagement/Assessments"
tags: ["FlexV1Assessments"]
---

# Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question.

`POST /v1/Insights/QualityManagement/Assessments`

Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question.

## Headers

- `Authorization` string

## Response `201`

Created

- FlexV1InsightsAssessments
  - `account_sid` string, nullable — The unique SID identifier of the Account.
  - `assessment_sid` string, nullable — The SID of the assessment
  - `offset` string, nullable — Offset of the conversation
  - `report` boolean, nullable — The flag indicating if this assessment is part of report
  - `weight` string, nullable — The weightage given to this comment
  - `agent_id` string, nullable — The id of the Agent
  - `segment_id` string, nullable — Segment Id of conversation
  - `user_name` string, nullable — The name of the user.
  - `user_email` string, nullable — The email id of the user.
  - `answer_text` string, nullable — The answer text selected by user
  - `answer_id` string, nullable — The id of the answer selected by user
  - `assessment` unknown
  - `timestamp` string, nullable
  - `url` string, uri, nullable

---

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