PT:
Ao integrar com o Chatwoot via POST https://{server-url}/chatwoot/set/{instance} com autoCreate: true, a plataforma hoje gera automaticamente o QRCode. A solicitação é permitir desabilitar essa geração automática (ex.: com um parâmetro disableQr: true ou opção equivalente), para cenários em que a criação da inbox/contato deve ocorrer sem iniciar o fluxo de pareamento via QR.
EN:
When integrating with Chatwoot using POST https://{server-url}/chatwoot/set/{instance} with autoCreate: true, the platform automatically generates a QR code. This request proposes an option to disable that automatic QR generation (e.g., a disableQr: true flag or equivalent), for scenarios where the inbox/contact should be created without triggering the pairing QR flow.
Casos de Uso / Use Cases
• PT: Provisionar instâncias/inboxes no Chatwoot sem expor o QR; controlar quando e como o QR será exibido; fluxos de onboarding em etapas.
• EN: Provision Chatwoot inboxes without exposing the QR; control when/how the QR is shown; staged onboarding flows.
🔗 GitHub Issue #1833