← Back to all endpoints
POST /nachrichten/reply auth required

Headers

NameRequiredDescription
X-Session-Token Yes -

Request Body

Content-TypeFormat
application/json object

Schema

FieldTypeRequiredDescription
conversation_id string Yes Conversation uniqid to reply to
body string Yes Reply message body
to string No Recipient selector: 'all' or a user id

Example

{ "conversation_id": "<Conversation uniqid to reply to>", "body": "<Reply message body>", "to": "<Recipient selector: 'all' or a user id>" }

Responses

200 Successful Response
422 Validation Error
{ "detail": [] }