Package Information
Downloads: 2 weekly / 29 monthly
Latest Version: 0.1.3
Author: Btrainr
Available Nodes
Documentation
🚂 n8n-nodes-btrainr

This is an n8n community node. It lets you manage leads via the Btrainr API in your n8n workflows. 🚀
n8n is a fair-code licensed workflow automation platform.
🔑 Credentials
You need an API Key to use this node.
- 🔐 Obtain your API Key from Btrainr.
- 🆕 Create a new credential in n8n for "Btrainr Lead API".
- ✍️ Enter your API Key.
⚙️ Operations
👥 Leads
- 📋 Get Lead List: Retrieve a list of all leads.
- 🔍 Get Lead Details: Get details of a specific lead by ID.
- ➕ Create Lead: Create a new lead with details like name, email, phone, etc.
- ✏️ Update Lead: Update an existing lead.
- ❌ Delete Lead: Delete a lead.
📝 Inputs
| Field | Description | Required | Create | Update |
|---|---|---|---|---|
| Lead ID | Unique identifier for the lead | ✅ | ❌ | ✅ |
| Lead Full Name | Full name of the lead | ✅ | ✅ | ⚪ |
| Lead Email | Email address | ✅ | ✅ | ⚪ |
| Lead Phone | Phone number | ✅ | ✅ | ⚪ |
| Lead Phone Country Code | Country code for phone | ✅ | ✅ | ⚪ |
| Lead Age | Age of the lead | ⚪ | ⚪ | ⚪ |
| Lead Description | Bio or description | ⚪ | ⚪ | ⚪ |
| Lead Profession | Profession | ⚪ | ⚪ | ⚪ |
| Lead Diet Preference | Veg, Non Veg, etc. | ⚪ | ⚪ | ⚪ |
| Lead Note | Additional notes | ⚪ | ⚪ | ⚪ |
| Lead Goals | Lose Weight, Build Muscles, etc. | ⚪ | ⚪ | ⚪ |
| Lead Health Conditions | PCOD, Thyroid, etc. | ⚪ | ⚪ | ⚪ |
| Lead Gender | Male, Female, Other | ⚪ | ⚪ | ⚪ |
📦 Installation
🖥️ Via n8n UI (Recommended)
- Go to Settings → Community Nodes.
- Click Install.
- Enter:
n8n-nodes-btrainr - Click Install.
💻 Manual Installation
To install via CLI:
npm install n8n-nodes-btrainr
🧩 Compatibility
- ✅ n8n v0.18.0+
📄 License
MIT