← 返回
沟通协作 Key 中文

Follow Up Boss

Command-line tool to manage contacts, tasks, notes, deals, events, and communications via the Follow Up Boss API.
通过 Follow Up Boss API 管理联系人、任务、笔记、交易、日程和沟通的命令行工具。
danielfoch
沟通协作 clawhub v1.0.0 1 版本 99773.6 Key: 需要
★ 0
Stars
📥 1,322
下载
💾 21
安装
1
版本
#crm#follow-up-boss#fub#latest

概述

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
  1. Set Environment Variable:
  2. export FUB_API_KEY="fka_xxxxxxxxxxxx"
    

CLI Usage

node fub.js <command> [options]

Commands

CommandDescription
----------------------
meCurrent user info
people [query]List/search people
person Get person details
people create Create person via /events (triggers automations)
people update Update a person
notes Get notes for a person
notes create Create a note
tasks [query]List tasks
tasks create Create a task
tasks complete Complete a task
events [query]List events
events create Create event (for lead intake)
pipelinesGet pipelines
deals [query]List deals
deals create Create a deal
textmessages Get text messages for a person
textmessages create Log a text (NOT sent - recorded only!)
emails Get emails for a person
emails create Log an email (NOT sent - recorded only!)
calls Get calls for a person
calls create Log a call
webhooksList webhooks
webhooks create Create webhook
webhooks delete Delete webhook
sourcesGet lead sources
usersGet users/agents
search Global search

Examples

# 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 06:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,584
content-creation

Podcast to Substack

danielfoch
将 RSS 和 Notion 中的播客发布至 Substack,附带 Apple Podcasts 嵌入和图片,随后生成 LinkedIn 适配的配套帖子。
★ 0 📥 1,284
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,676