UserChatRequest
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
User chat notification request model.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_id | str | ✅ | — | — |
email_subject | str | ✅ | — | — |
email_html | str | ✅ | — | — |
recipient_email | str | ✅ | — | — |
send_sms | bool | ❌ | False | — |
recipient_phone_number | str | ❌ | — | — |
sms_content | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newuser/chat | — | src/user_chat.py |
Change history
v1.0.0 · 2026-04-08 · Cian (shared account) · 9f10709ae
Move supplier chat delivery to user service
- Initial version.
Generated from
dismantly-backend/Microservices/User/dependencies/models.py. Do not edit by hand.