Skip to main content
POST
Create a new chatbot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Chatbot creation details

name
string
required

Name of the chatbot to be created

Example:

"my chatbot"

isLiveChatEnabled
boolean
required

Flag to enable or disable live chat for the chatbot

Example:

true

Response

Chatbot created successfully