Chatbot Quick Prompts
Add Quick Prompt
Add a new Quick Prompt to a particular chatbot.
POST
/
v0
/
chatbots
/
{chatbotId}
/
quick-prompts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
chatbotId
string
requiredId of the chatbot
Body
Request Body
title
string
requiredTitle of the quick-prompt. This is the text that is shown as button in the chatbot.
description
string
requiredDescription of the quick-prompt. This is the message that will be sent to the chatbot when you click on the quick-prompt inside the chatbot.
link
string | null
Link of the quick prompt. If this link is added, then when you click on the quick prompt in the chatbot, this link will be opened instead of sending a message to the chatbot.
Response
200 - application/json
Success Response
success
boolean
Indicates whether this is success response or error response
message
string
Overall message regarding the operation performed
data
object
Data returned from the server
Was this page helpful?