Integrazione N8N
Automatizza con N8N, la piattaforma open source e self-hosted.
Cos'è N8N
N8N è una piattaforma di automazione:
- Open Source: Codice libero
- Self-hosted: Puoi installarlo sui tuoi server
- Fair-code: Licenza particolare
Connettere a BladeCRM
1. Creare API Key
- In BladeCRM: Impostazioni → API Keys
- Nuova API Key
- Nome: "N8N"
- Permessi: Seleziona quelli necessari
- Salva la key
2. In N8N
Usa i nodi:
- HTTP Request: Per chiamare l'API
- Webhook: Per ricevere eventi
Configurare HTTP Request
- Aggiungi nodo HTTP Request
- Configura:
- Method: GET/POST/PUT/DELETE
- URL:
https://bladecrm.it/api/v1/...
- Authentication:
- Type: Generic Credential
- Header Auth:
- Name:
Authorization - Value:
Bearer {YOUR_API_KEY}
- Name:
Configurare Webhook Trigger
In N8N
- Aggiungi nodo Webhook
- Copia l'URL generato
- Imposta Method: POST
In BladeCRM
- Impostazioni → Webhooks → Nuovo
- Incolla l'URL di N8N
- Seleziona eventi
Esempi Workflow
Nuovo Contatto → Email
[Webhook BladeCRM] → [IF] → [Send Email]
↓
[Google Sheets]Form → BladeCRM
[Webhook Form] → [HTTP Request: Create Contact]Vantaggi N8N
- 🔓 Open source
- 🏠 Self-hosted (controllo totale)
- 💰 Gratis (self-hosted)
- 🔧 Altamente personalizzabile