eavz
Basecamp

Basecamp

Project management and team communication platform

7 actions
2 triggers

Actions

Name
create_todo

Create a new to-do item in a Basecamp to-do list

list_todos

List to-do items in a to-do list

create_message

Post a new message to a Basecamp message board

list_messages

List messages in a message board

list_projects

List all projects in the Basecamp account

create_comment

Add a comment to any Basecamp recording (to-do, message, etc.)

custom_api_call

Make a custom API call to the Basecamp API

Triggers

Name
new_todo

Triggers when a new to-do item is created

new_comment

Triggers when a new comment is added to a recording

Quick Start

TypeScript
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.