Raw Pipes
Trello
Sync Trello boards for visual project management context.
Features
✓Board and card sync
✓List organization
✓Checklist items
✓Comment history
✓Attachment support
✓Webhook updates
Quick Start
import { Metalogue } from '@metalogue/sdk';
const client = new Metalogue({ apiKey: 'mtlg_...' });
// Connect Trello
await client.sync('trello', {
// Configuration options
});
// Query Trello data
const results = await client.query({
question: 'Your question here',
sources: ['trello']
});