Widget de WhatsApp
Agrega o remueve un boton de WhatsApp en el widget web de tu agente.
Activar widget de WhatsApp
bash
01plazbot whatsapp widget enable <agentId> -u <url>
| Parametro | Flag | Requerido | Descripcion |
|---|---|---|---|
agentId | argumento | Si | ID del agente |
| URL | -u, --url | Si | URL de WhatsApp (ej: https://wa.me/51912345678) |
Ejemplo
bash
01plazbot whatsapp widget enable age_TZiOY... -u "https://wa.me/51912345678"
text
01Widget de WhatsApp activado exitosamente02URL: https://wa.me/51912345678
Desactivar widget de WhatsApp
bash
01plazbot whatsapp widget disable <agentId>
text
01Widget de WhatsApp desactivado exitosamente