CVCRM Emulator

port 4400 · 10000 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 2339 · idlead 3338

Situação
Em Atendimento (id 4)
E-mail
lead2339@local.test
Telefone
+554190002338
Documento
Origem
Painel Gestor
Score
88
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 11
Corretor e-mail
corretor11@local.test
Gestor

Raw JSON

{
  "idlead": 3338,
  "codigointerno": null,
  "nome": "Lead Teste 2339",
  "email": "lead2339@local.test",
  "telefone": "+554190002338",
  "documento": null,
  "origem": "Painel Gestor",
  "data_cad": "2026-06-01 10:00:00",
  "situacao": {
    "id": 4,
    "nome": "Em Atendimento"
  },
  "gestor": {
    "id": null,
    "nome": null,
    "email": null
  },
  "imobiliaria": {
    "id": 1,
    "nome": "Imobiliária Centro"
  },
  "corretor": {
    "id": 110,
    "nome": "Corretor Teste 11",
    "email": "corretor11@local.test"
  },
  "empreendimento": [
    {
      "id": 2,
      "nome": "EDIFÍCIO BELA VISTA"
    }
  ],
  "empreendimentosId": "2",
  "tags": [],
  "score": 88,
  "link_interesses": "https://crm.staging.leads.drailabs.com.br/gestor/comercial/leads/3338/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.