Package Information
Downloads: 3 weekly / 66 monthly
Latest Version: 0.1.1
Author: Btrainr
Available Nodes
Documentation
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
- Lead ID: Required for getting details, updating, or deleting a lead.
- Lead Full Name: Required for creating a lead.
- Lead Email: Required for creating a lead.
- Lead Phone: Required for creating a lead.
- Lead Phone Country Code: Required for creating a lead.
- Lead Age: Optional.
- Lead Description: Optional (Bio).
- Lead Profession: Optional.
- Lead Diet Preference: Optional (Veg, Non Veg, etc.).
- Lead Note: Optional.
- Lead Goals: Optional (Lose Weight, Build Muscles, etc.).
- Lead Health Conditions: Optional (PCOD, Thyroid, etc.).
- Lead Gender: Optional (Male, Female, Other).
Installation
Via n8n UI (Recommended)
- Go to Settings → Community Nodes
- Click Install
- Enter:
btrainr - Confirm installation
Manual Installation
npm install btrainr
## Compatibility
* n8n v0.18.0+