Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Command-line tool to manage contacts, tasks, notes, deals, events, and communications via the Follow Up Boss API.
Command-line tool to manage contacts, tasks, notes, deals, events, and communications via the Follow Up Boss API.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
CLI for interacting with the Follow Up Boss API.
Get API Key: Follow Up Boss โ Admin โ API โ Create API Key Set Environment Variable: export FUB_API_KEY="fka_xxxxxxxxxxxx"
node fub.js <command> [options]
CommandDescriptionmeCurrent user infopeople [query]List/search peopleperson <id>Get person detailspeople create <json>Create person via /events (triggers automations)people update <id> <json>Update a personnotes <personId>Get notes for a personnotes create <json>Create a notetasks [query]List taskstasks create <json>Create a tasktasks complete <id>Complete a taskevents [query]List eventsevents create <json>Create event (for lead intake)pipelinesGet pipelinesdeals [query]List dealsdeals create <json>Create a dealtextmessages <personId>Get text messages for a persontextmessages create <json>Log a text (NOT sent - recorded only!)emails <personId>Get emails for a personemails create <json>Log an email (NOT sent - recorded only!)calls <personId>Get calls for a personcalls create <json>Log a callwebhooksList webhookswebhooks create <json>Create webhookwebhooks delete <id>Delete webhooksourcesGet lead sourcesusersGet users/agentssearch <query>Global search
# List people node fub.js people "limit=10" # Get person node fub.js person 123 # Create a lead (triggers automations!) node fub.js events create '{"source":"Website","system":{"name":"John Doe","email":"john@test.com","phone":"5551234567"}}' # Add a note node fub.js notes create '{"personId":123,"body":"Called - left voicemail"}' # Create task node fub.js tasks create '{"personId":123,"body":"Follow up","dueDate":"2026-02-20"}' # Complete task node fub.js tasks complete 456 # Log a text (NOT sent - recorded!) node fub.js textmessages create '{"personId":123,"body":"Hey!","direction":"outbound"}' # Log a call node fub.js calls create '{"personId":123,"direction":"outbound","outcome":"voicemail"}' # Search node fub.js search "john"
Text/Email Logging: The API can log texts and emails but cannot actually send them. Use FUB's built-in texting or integrations like SendHub for sending. Rate Limits: GET /events: 20 req/10 sec, All else: 250 req/10 sec
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.