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 32 · idlead 1031

Situação
Descartado (id 3)
E-mail
lead32@local.test
Telefone
+5541981000031
Documento
Origem
Painel Gestor
Score
81
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 8
Corretor e-mail
corretor8@local.test
Gestor

Raw JSON

{
  "idlead": 1031,
  "codigointerno": null,
  "nome": "Lead Teste 32",
  "email": "lead32@local.test",
  "telefone": "+5541981000031",
  "documento": null,
  "origem": "Painel Gestor",
  "data_cad": "2026-06-01 10:00:00",
  "situacao": {
    "id": 3,
    "nome": "Descartado"
  },
  "gestor": {
    "id": null,
    "nome": null,
    "email": null
  },
  "imobiliaria": {
    "id": 2,
    "nome": "Imobiliária Zona Sul"
  },
  "corretor": {
    "id": 107,
    "nome": "Corretor Teste 8",
    "email": "corretor8@local.test"
  },
  "empreendimento": [
    {
      "id": 2,
      "nome": "EDIFÍCIO BELA VISTA"
    }
  ],
  "empreendimentosId": "2",
  "tags": [],
  "score": 81,
  "link_interesses": "http://localhost:4400/gestor/comercial/leads/1031/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.