@gfynf/n8n-nodes-omahahomesforsale
v1.0.0
Published
n8n community node for the Omaha Homes For Sale CRM API. Manage leads, groups, agents, favorites, saved searches, notes, and more.
Downloads
74
Maintainers
Readme
n8n-nodes-omahahomesforsale
A custom n8n community node for the Omaha Homes For Sale CRM API. Connect your n8n workflows to your real estate CRM to manage leads, groups, favorites, saved searches, history events, notes, and more.
Installation
Option A: Install via n8n Community Nodes (Recommended)
- In your n8n instance, go to Settings > Community Nodes
- Click Install
- Enter the package name:
n8n-nodes-omahahomesforsale - Click Install
Option B: Manual install on self-hosted n8n
# In your n8n root or custom nodes directory:
npm install n8n-nodes-omahahomesforsaleThen restart n8n.
Option C: Install from this folder (development)
cd n8n-nodes-omahahomesforsale
npm install
npm run build
npm link
# In your n8n folder:
npm link n8n-nodes-omahahomesforsaleCredentials Setup
- In n8n, go to Credentials > New
- Search for Omaha Homes For Sale CRM API
- Enter your API Key (sent via
X-REW-API-Keyheader) - The Base URL defaults to
http://www.omahahomesforsale.com/api/crm/v1— only change this if needed - Click Save — n8n will test the credentials automatically using the
/agentsendpoint
Supported Resources & Operations
| Resource | Operations | |-----------------|-------------------------------------------------| | Lead | Create, Get, Update, Create or Update (Upsert) | | Agent | List All | | Group | Create, Get, Delete, List All | | Favorite | Create, Get, Delete, List All | | History Event | Create (Action/FormSubmission, Phone calls) | | Saved Search | Create, Get, Update, Delete, List All | | Note | Create | | Hook | Trigger (rew.lead.text.incoming) |
Usage Notes
- Lead email is the unique identifier for leads throughout the API. You cannot change a lead's email via the API.
- Groups field on leads: When updating group assignments, the
groupsfield must contain ALL groups the lead should be in (not just new ones). Use a comma-separated list of group IDs. - Lead Upsert: Use "Create or Update" to safely sync leads from external systems — it creates the lead if it doesn't exist, or updates it if it does.
- Notes: The Create Note operation returns a success flag (the API returns 204 No Content on success).
- Hooks: The Trigger Hook operation returns a success flag (the API returns 204 No Content on success).
API Reference
Full documentation: API Developer Reference
Authentication uses the X-REW-API-Key HTTP header.
