Clone
Last updated
Last updated
This endpoint will create a full clone of a bot. The full clone can contain tagged text that can be transformed into dynamic text during cloning.
Tagged text can be entered in your source bot in using double square brackets like in the following example:
When the request is executed, any data of the cloned bot will be parsed and every tagged text entry will be updated with the supplied text.
The following request will clone a chatbot and supply some tagged text variables:
If successful, the response will contain both the API Token and the API Secret of the newly created chatbot.
This endpoint will reply with the following standard HTTP codes.
Code | Meaning |
200 | Ok. The request has been successfully fulfilled. |
404 | Not Found. The specified source chatbot have not been found. |