Basecamp
161 operations0 webhooks
Project management and team communication tool for to-dos, messages, and schedules.
Supported operations
- Get Buckets Question AnswersRead-only
Tool to retrieve a specific question answer by ID from a Basecamp project. Use when you need to fetch details about an automatic check-in question answer including its content, creator, and associated comments.
- Get Buckets QuestionnairesRead-only
Tool to retrieve a specific questionnaire (automatic check-ins) from a Basecamp project. Use when you need to fetch details about a questionnaire including its questions count and metadata.
- Get Buckets Questionnaires QuestionsRead-only
Tool to retrieve a paginated list of questions from a questionnaire in a Basecamp project. Use when you need to fetch questions from a specific questionnaire.
- Get Buckets QuestionsRead-only
Tool to retrieve a specific check-in question by ID from a Basecamp project. Use when you already know the question ID and need its details without listing all questions from a questionnaire.
- List QuestionsRead-only
Tool to get all questions in a questionnaire from a Basecamp project. Use when you need to fetch questions from a specific questionnaire.
FAQ
Install corsair and @corsair-dev/basecamp, add the Basecamp plugin, and connect with OAuth. Then call methods like corsair.basecamp.api.automaticCheckIns.getBucketsQuestionAnswers() from your app. Corsair stores tokens, and syncs data per tenant.
Yes. Basecamp needs an OAuth app with scopes that match what you automate. Register the app in Basecamp, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.
Yes. One Corsair client can hit Basecamp, GitHub, Notion, Stripe, and the rest. Trigger Basecamp from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for project management and team communication tool for to-dos, messages, and schedules. Common builds include sync jobs, admin tooling, and agents that call Basecamp APIs from your backend. Local DB entities let you query synced Basecamp records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Basecamp API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/basecamp in the open repo. When Basecamp ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Basecamp data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Basecamp data on your behalf.