# Create a Telegram chat history entry **POST /v1/replicas/{replicaUUID}/chat/history/telegram** Save chat history items of a Replica belonging to the logged in user. ## Servers - https://api.sensay.io: https://api.sensay.io () ## Authentication methods - Organization service token & User - Organization service token ## Parameters ### Headers - **X-API-Version** (string) ### Path parameters - **replicaUUID** (string(uuid)) The replica unique identifier (UUID) ### Body: application/json (object) - **content** (string) Content of the message - **telegram_data** (object) ## Responses ### 200 Saves the chat history of the replica by the currently logged in user. #### Body: application/json (object) - **success** (boolean) Indicates the status of the request ### 404 The replica specified could not be found or you do not have access to it [Powered by Bump.sh](https://bump.sh)