API Key for authentication
Returns all chatbots
Name of the chatbot
Title of the chatbot
Header color in hex format
"#000000"
Background color in hex format
"#FFFFFF"
Pathway ID for the chatbot
Text color in hex format
"#000000"
Welcome message shown when chat starts
"Hi! How can I help you today?"
Webhook URL to receive extracted variables when a conversation completes
"https://example.com/webhook"
UI template for the chatbot widget
classic, modern, glassmorphism "modern"
Icon for the chat bubble
message-circle, sparkles, bot, headphones, help-circle, heart "message-circle"
Position of the chat bubble
bottom-right, bottom-left, bottom-center "bottom-right"
Size of the chat bubble
small, medium, large "medium"
Whether the chat window opens automatically
false
Color for user message bubbles (hex)
"#007bff"
Placeholder text for the message input
"Ask me anything..."
Greeting text shown as a tooltip near the chat bubble
"Hi! Need help?"
Show "Powered by ClearTalk" branding in chat footer
true
Custom bubble icon image path (uploaded file)
Input text box background color (hex)
"#f0f0f0"
Persistent action buttons shown at bottom of chat widget (max 4)
[
{
"label": "Schedule Call",
"icon": "phone",
"action_type": "url",
"action_value": "https://calendly.com/demo"
}
]