Package Information
Documentation
n8n-nodes-followupboss
This is an n8n community node. It lets you use Follow Up Boss in your n8n workflows.
Follow Up Boss is a leading CRM for high-growth real estate teams, helping you manage leads and close more deals.
n8n is a fair-code licensed workflow automation platform.
Installation
Nodes
Credentials
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Nodes
This package provides three nodes for working with Follow Up Boss:
Follow Up Boss
The main node for API operations - create, read, update, and delete resources.
Supported resources include:
- People, Deals, Tasks, Notes
- Calls, Appointments, Events
- Action Plans, Automations
- Custom Fields, Stages, Pipelines
- And more...
Follow Up Boss Trigger
Listens for webhook events from Follow Up Boss and outputs raw payload data.
Use as the entry point for webhook-based workflows. Supports all Follow Up Boss webhook event types.
Follow Up Boss Handler
Processes webhook events with data hydration and pre-hydration filtering.
Place downstream from the Trigger to:
- Fetch full resource data from the API
- Filter events before hydration to save API calls
- Support filtering by webhook event type, tags, stages, and more
Credentials
You can authenticate with Follow Up Boss using either an API Key or OAuth2.
- API Key Credentials: Best for private integrations and rapid development.
- OAuth2 Credentials: Required for public integrations and more granular access control.