# Send Text Message **POST /chats/{chat_jid}/messages** Send a text message to a chat or group ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **chat_jid** (string) ### Body: application/json (object) - **text** (string) - **reply_to_message_id** (string) Message ID to reply to - **typing_simulation** (boolean) Override typing simulation for this message (default: enabled) - **presence_simulation** (boolean) Override presence wrapping for this message (default: enabled) ## Responses ### 200 Message sent successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 400 Bad request #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)