diff --git a/app/plugins/agents-widget.client.ts b/app/plugins/agents-widget.client.ts index d94fb43..6f23a22 100644 --- a/app/plugins/agents-widget.client.ts +++ b/app/plugins/agents-widget.client.ts @@ -15,7 +15,7 @@ export default defineNuxtPlugin(() => { // Crear el widget flotante const widget = document.createElement('chat-widget') widget.setAttribute('api-url', 'https://gamdias.nucleoriofrio.com') - widget.setAttribute('agent-id', 'whatsapp-agent') + widget.setAttribute('agent-id', '70b046fe-0665-46b3-b896-f3c89776999a') widget.setAttribute('app-id', 'whatsapp-app') widget.setAttribute('user-id', 'whatsapp-user') widget.setAttribute('title', 'Asistente WhatsApp')