Actions
| Name | Description |
|---|---|
list_peopleList all people (contacts/leads) in Follow Up Boss | List all people (contacts/leads) in Follow Up Boss |
get_personGet details of a specific person by ID | Get details of a specific person by ID |
create_personCreate a new person (contact/lead) in Follow Up Boss | Create a new person (contact/lead) in Follow Up Boss |
list_eventsList events (activities) for a person | List events (activities) for a person |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'follow-up-boss',
actionName: 'list_people',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Follow Up Boss to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Follow Up Boss support?
Follow Up Boss supports 4 actions including List People, Get Person, Create Person, List Events.
Can I use Follow Up Boss with AI agents?
Yes. Add Follow Up Boss to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Follow Up Boss use?
Follow Up Boss uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Follow Up Boss integration cost?
The Follow Up Boss integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Follow Up Boss in 2 minutes
Get 1,000 free actions every month. No credit card required.