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 41 · idlead 1040

Situação
Aguardando Distribuição (Roleta) (id 1)
E-mail
lead41@local.test
Telefone
+5541981000040
Documento
Origem
Painel Gestor
Score
90
Data cadastro
2026-06-01 10:00:00
Tags
tag-teste
Empreendimento(s)
EDIFÍCIO BELA VISTA (id 2)

Equipe

Imobiliária
Imobiliária Centro
Corretor
Corretor Teste 5
Corretor e-mail
corretor5@local.test
Gestor

Raw JSON

{
  "idlead": 1040,
  "codigointerno": null,
  "nome": "Lead Teste 41",
  "email": "lead41@local.test",
  "telefone": "+5541981000040",
  "documento": null,
  "origem": "Painel Gestor",
  "data_cad": "2026-06-01 10:00:00",
  "situacao": {
    "id": 1,
    "nome": "Aguardando Distribuição (Roleta)"
  },
  "gestor": {
    "id": null,
    "nome": null,
    "email": null
  },
  "imobiliaria": {
    "id": 1,
    "nome": "Imobiliária Centro"
  },
  "corretor": {
    "id": 104,
    "nome": "Corretor Teste 5",
    "email": "corretor5@local.test"
  },
  "empreendimento": [
    {
      "id": 2,
      "nome": "EDIFÍCIO BELA VISTA"
    }
  ],
  "empreendimentosId": "2",
  "tags": [
    "tag-teste"
  ],
  "score": 90,
  "link_interesses": "http://localhost:4400/gestor/comercial/leads/1040/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.