Chatbots
Create chatbot
Create a new chatbot using a template or from scratch.
POST
/
chatbots
Request parameters
Body
The chatbot name.
The ID of the chatbot template to use. You can get the list of available templates using the List chatbot templates endpoint.
Leave blank to create a chatbot from scratch.
Response
The status of the request. Will be success
if the request was successful, otherwise error
.