v1

latestOpenAPI 3.0.3Proprietary2026-08-0610636149.4 KB
Chatbots

Actualizar propiedades del chatbot

Actualiza isMuted, title o name. Para asignar/desasignar canales usá PUT /v1/chatbots/{chatbotId}/channels.

patch/v1/chatbots/{chatbotId}

Path parameters

chatbotIdstring required

Request body

isMutedboolean

Mutear (true) / desmutear (false) el chatbot.

titlestring
namestring

Response

Chatbot actualizado

idstring

ID del chatbot. Diferente al channelId — un chatbot puede asignarse a múltiples canales.

chatbotWithAiboolean

True si alguna pregunta del flujo o el globalFulfillment apunta a un endpoint de IA (zordon).

isMutedboolean

Cuando es true, el chatbot no responde mensajes (los visitantes pasan directo a operador).

titlestring

Título visible del chatbot (mostrado al visitante).

namestring

Nombre interno del chatbot.

testChatbotUrlstring uri

URL para probar el chatbot en un widget de prueba.