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
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
Details of the user chatting in the thread
Chat mode of the thread
Available options:
AI
, AGENT
This token will be sent in headers to the webhook url for all the messages
Webhook url for the thread where all messages are forwarded to
Was this page helpful?