---
title: "Test Sms Feedback Agent"
method: POST
path: "/ai-agents/sms-feedback-agent/test"
tags: ["/ai-agents/SmsFeedbackAgent"]
---

# Test Sms Feedback Agent

`POST /ai-agents/sms-feedback-agent/test`

## Request body

- SmsFeedbackAgentTestRequest
  - `message` string, required
  - `user_id` integer
  - `contact_id` integer
  - `model` string
  - `contact_first_name` string
  - `contact_last_name` string
  - `contact_phone_number` string
  - `business_name` string
  - `business_description` string
  - `historical_messages` SmsFeedbackAgentHistoryMessage[]
    - `direction` string
    - `sender` string
    - `message` string, required
    - `created_at` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/reviewnizer/apis/fastapi.md) · [All operations](https://skmtc.net/reviewnizer/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviewnizer/fastapi/versions/ee945cc9d0f7/schema)
