Skip to main content

How to change chatbot texts

To modify the text within a chatbot, you should examine the request's URL. If the request URL is of the form 'https://chat.kodif.io/api/v1/{{appId}}/message,' it signifies that this request is responsible for sending and displaying text within the chatbot. Within the request's body, you will find a text value nested within the Content Object, and this is the value you should update.

Check this video for more information:

changeTExt.gif