n8n-nodes-facil-crm-dados
v0.1.14
Published
API CRM ITALIANO FACIL
Maintainers
Readme
n8n-nodes-facil-crm
Node personalizado do n8n para consumir a API do Fácil CRM.
Operações
| Operação | Método | Endpoint |
|---|---|---|
| Find Lead | GET | /api/integrations/lead_find.php |
| Create Lead | POST | /api/integrations/lead_create.php |
| Update Lead | POST | /api/integrations/lead_update.php |
| Upsert Lead | POST | /api/integrations/lead_upsert.php |
Credenciais
- Base URL — URL base da sua instância do Fácil CRM (ex:
https://facilcrm.falaritalianofacil.com.br) - API Key — Chave de API fornecida pelo Fácil CRM (enviada no header
X-API-KEY)
Campos disponíveis
| Campo | Tipo | Find | Create | Update | Upsert | |---|---|---|---|---|---| | Lead ID | number | ✓ | — | ✓ | ✓ | | ManyChat ID | string | ✓ | ✓ | ✓ | ✓ | | Name | string | — | ✓ | ✓ | ✓ | | Phone | string | ✓ | ✓ | ✓ | ✓ | | Origem ID | string | — | ✓ | ✓ | ✓ | | Fluxo ID | string | — | ✓ | ✓ | ✓ | | Responsável ID | number | — | ✓ | ✓ | ✓ | | Responsável Nome | string | — | ✓ | ✓ | ✓ | | Motivo | string | — | ✓ | ✓ | ✓ |
Instalação local
npm install
npm run buildDepois, vincule na instalação local do n8n:
npm link
cd ~/.n8n/custom
npm link n8n-nodes-facil-crmEm instalações com pasta custom diferente, use o diretório configurado em N8N_CUSTOM_EXTENSIONS.
Estrutura do projeto
n8n-nodes-facil-crm/
├── credentials/
│ └── FacilCrmApi.credentials.ts
├── nodes/
│ └── FacilCrm/
│ ├── FacilCrm.node.ts
│ └── facilcrm.svg
├── gulpfile.js
├── package.json
└── tsconfig.json