Chatbot Threads
Create Thread
Create an empty thread of the chatbot.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
application/json
Email of the user that is going to chat in the thread.
Mode of the chat
Available options:
AI
, AGENT
If you pass the threadId, new thread will be created with this threadId. Otherwise, random threadId will be generated.
Was this page helpful?