Raw Pipes
Basecamp
Sync Basecamp projects for team collaboration context.
Features
✓Project sync
✓Message boards
✓To-do lists
✓Document storage
✓Schedule events
✓Campfire chat
Quick Start
import { Metalogue } from '@metalogue/sdk';
const client = new Metalogue({ apiKey: 'mtlg_...' });
// Connect Basecamp
await client.sync('basecamp', {
// Configuration options
});
// Query Basecamp data
const results = await client.query({
question: 'Your question here',
sources: ['basecamp']
});