v1

latestOpenAPI 3.0.3Proprietary2026-08-0610636149.4 KB
Chatbots

Actualizar settings del chatbot

Actualiza settings del chatbot (merge por campo). Para fulfillment global, seteá global_fulfillment_url (http(s) o "" para limpiar). Este endpoint también acepta otros campos de configuración del bot — modificás lo que mandás bajo tu responsabilidad.

patch/v1/chatbots/{chatbotId}/chatbot-config/settings

Path parameters

chatbotIdstring required

Id del chatbot (o el websiteId/channelId del canal, según tu cuenta).

Request body

global_fulfillment_urlstring

URL http(s) o "" para limpiar. El bot llama a esta URL en cada mensaje.

Example request

{
  "global_fulfillment_url": "https://mi-sistema.com/fulfillment"
}

Response

Settings actualizados

object required