---
title: "Post Vendor Chat"
method: POST
path: "/v1/prospect/vendor_chat"
tags: ["Prospect"]
---

# Post Vendor Chat

`POST /v1/prospect/vendor_chat`

[BETA] Vendor chat

## Request body

- VendorChatRequest
  - `sender` 'lead' | 'agent', required — An enumeration.
  - `message` string, required
  - `vendor_prospect_id` string
  - `prospect_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Not Authorized for this endpoint
- `404` — Not found
- `422` — Validation Error

---

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