返回顶部
f

follow-up-boss

CLI for interacting with the Follow Up Boss API. Manage people, notes, tasks, events, deals, webhooks, and more.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
731
下载量
0
收藏
概述
安装方式
版本历史

follow-up-boss

# Follow Up Boss (CLI) CLI for interacting with the Follow Up Boss API. ## Setup 1. **Get API Key**: Follow Up Boss → Admin → API → Create API Key 2. **Set Environment Variable**: ```bash export FUB_API_KEY="fka_xxxxxxxxxxxx" ``` ## CLI Usage ```bash node fub.js <command> [options] ``` ## Commands | Command | Description | |---------|-------------| | `me` | Current user info | | `people [query]` | List/search people | | `person <id>` | Get person details | | `people create <json>` | Create person via /events (triggers automations) | | `people update <id> <json>` | Update a person | | `notes <personId>` | Get notes for a person | | `notes create <json>` | Create a note | | `tasks [query]` | List tasks | | `tasks create <json>` | Create a task | | `tasks complete <id>` | Complete a task | | `events [query]` | List events | | `events create <json>` | Create event (for lead intake) | | `pipelines` | Get pipelines | | `deals [query]` | List deals | | `deals create <json>` | Create a deal | | `textmessages <personId>` | Get text messages for a person | | `textmessages create <json>` | Log a text (NOT sent - recorded only!) | | `emails <personId>` | Get emails for a person | | `emails create <json>` | Log an email (NOT sent - recorded only!) | | `calls <personId>` | Get calls for a person | | `calls create <json>` | Log a call | | `webhooks` | List webhooks | | `webhooks create <json>` | Create webhook | | `webhooks delete <id>` | Delete webhook | | `sources` | Get lead sources | | `users` | Get users/agents | | `search <query>` | Global search | ## Examples ```bash # 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" ``` ## Important Notes - **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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 follow-up-boss-1776420039 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 follow-up-boss-1776420039 技能

通过命令行安装

skillhub install follow-up-boss-1776420039

下载 Zip 包

⬇ 下载 follow-up-boss v1.0.0

文件大小: 3.56 KB | 发布时间: 2026-4-17 19:52

v1.0.0 最新 2026-4-17 19:52
- Initial release of the Follow Up Boss CLI skill.
- Supports managing people, notes, tasks, events, deals, webhooks, and more via the Follow Up Boss API.
- Provides commands to create, update, and retrieve entities such as people, tasks, events, notes, calls, text messages, and emails.
- Includes setup instructions and usage examples for key CLI commands.
- Highlights important limitations: logged (but not sent) texts/emails and API rate limits.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部