Create a conversation
Create a new conversation by making an HTTP POST request
POST
https://api.userdesk.io/v1/chatbot/:chabot_id/conversation
Create a new conversation for a specific chatbot.
The fields marked with *
are mandatory
Headers
Name
Type
Description
Authorization*
String
Bearer <your_chatbot_api_key>
Request Body
Name
Type
Description
userName
String
Name of the user
userEmail
String
Email of the user
If the request is successful, the response includes the conversationId
and the first message from the Chatbot, if configured.
Last updated