Assets
Upload chatbot icon
Replaces the chat-bubble icon shown in the floating launcher.
Endpoint
text
POST https://services.chatmount.co/v2/upload-chatbot-iconRequest
Content-Type: multipart/form-data. Required form fields:
chatbotId— the chatbot to updatechatbotIconFile— image file (binary)
Response
json
{
"message": "Chatbot chat icon uploaded successfully."
}Related