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 5 · idlead 1004

Situação
Em Análise de Crédito (id 7)
E-mail
lead5@local.test
Telefone
+5541981000004
Documento
Origem
Painel Gestor
Score
54
Data cadastro
2026-06-01 10:00:00
Tags
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": 1004,
  "codigointerno": null,
  "nome": "Lead Teste 5",
  "email": "lead5@local.test",
  "telefone": "+5541981000004",
  "documento": null,
  "origem": "Painel Gestor",
  "data_cad": "2026-06-01 10:00:00",
  "situacao": {
    "id": 7,
    "nome": "Em Análise de Crédito"
  },
  "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": [],
  "score": 54,
  "link_interesses": "http://localhost:4400/gestor/comercial/leads/1004/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.