CVCRM Emulator

port 4400 · 50 leads · 8 situações

Editar lead

Mudanças aqui mexem no estado em memória do emulador. O SaaS faz polling automático a cada 2 minutos — pode acompanhar em /leads/crm nos jobs recentes. Mudanças vindas do SaaS via outbox aparecem em Pending writes.

Lead Teste 2 · idlead 1001

Situação
Aguardando Atendimento (Corretor) (id 2)
E-mail
lead2@local.test
Telefone
+5541981000001
Documento
Origem
Painel Gestor
Score
51
Data cadastro
2026-06-01 10:00:00
Tags
Empreendimento(s)
EDIFÍCIO BELA VISTA (id 2)

Equipe

Imobiliária
Imobiliária Zona Sul
Corretor
Corretor Teste 2
Corretor e-mail
corretor2@local.test
Gestor

Raw JSON

{
  "idlead": 1001,
  "codigointerno": null,
  "nome": "Lead Teste 2",
  "email": "lead2@local.test",
  "telefone": "+5541981000001",
  "documento": null,
  "origem": "Painel Gestor",
  "data_cad": "2026-06-01 10:00:00",
  "situacao": {
    "id": 2,
    "nome": "Aguardando Atendimento (Corretor)"
  },
  "gestor": {
    "id": null,
    "nome": null,
    "email": null
  },
  "imobiliaria": {
    "id": 2,
    "nome": "Imobiliária Zona Sul"
  },
  "corretor": {
    "id": 101,
    "nome": "Corretor Teste 2",
    "email": "corretor2@local.test"
  },
  "empreendimento": [
    {
      "id": 2,
      "nome": "EDIFÍCIO BELA VISTA"
    }
  ],
  "empreendimentosId": "2",
  "tags": [],
  "score": 51,
  "link_interesses": "http://localhost:4400/gestor/comercial/leads/1001/administrar"
}

This page mirrors the CV CRM gestor view at the same URL shape (/gestor/comercial/leads/<id>/administrar) so the "Open in CRM" button on the sales-saas side has a valid target while developing locally.