Chatbot Settings
Update Chatbot Settings - User Data
Update user-data settings of the chatbot
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
settings
/
user-data
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
application/json
Request Body
Options whether to collect user details or not
Available options:
MANDATORY
, OPTIONAL
, DO_NOT_COLLECT
Indicates whether to collect user name or not
Indicates whether to collect user phone number or not
Was this page helpful?