Chatbot Threads
Update Thread
Update thread of the chatbot. The following thread properties can be updated.
- Mode
- Webhook url
- Webhook token
- Chat User details
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
threads
/
{threadId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Id of the chatbot thread
Body
application/json
Request body
Chat mode of the thread
Available options:
AI
, AGENT
Webhook url for the thread where all messages are forwarded to
This token will be sent in headers to the webhook url for all the messages
Details of the user chatting in the thread
Was this page helpful?