Fix: Usar UUID correcto del agente de WhatsApp
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user