Actions
| Name | Description |
|---|---|
create_todoCreate a new to-do item in a Basecamp to-do list | Create a new to-do item in a Basecamp to-do list |
list_todosList to-do items in a to-do list | List to-do items in a to-do list |
create_messagePost a new message to a Basecamp message board | Post a new message to a Basecamp message board |
list_messagesList messages in a message board | List messages in a message board |
list_projectsList all projects in the Basecamp account | List all projects in the Basecamp account |
create_commentAdd a comment to any Basecamp recording (to-do, message, etc.) | Add a comment to any Basecamp recording (to-do, message, etc.) |
custom_api_callMake a custom API call to the Basecamp API | Make a custom API call to the Basecamp API |
Triggers
| Name | Description |
|---|---|
new_todoTriggers when a new to-do item is created | Triggers when a new to-do item is created |
new_commentTriggers when a new comment is added to a recording | Triggers when a new comment is added to a recording |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'basecamp',
actionName: 'create_todo',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Basecamp to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Basecamp support?
Basecamp supports 7 actions including Create To-Do, List To-Dos, Create Message, List Messages, List Projects, and more.
Can I use Basecamp with AI agents?
Yes. Add Basecamp 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 Basecamp use?
Basecamp uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Basecamp integration cost?
The Basecamp integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Basecamp support?
Basecamp supports 2 triggers including New To-Do, New Comment.
Connect Basecamp in 2 minutes
Get 1,000 free actions every month. No credit card required.