Raw Pipes
Asana
Sync Asana projects and tasks for comprehensive project context.
Features
✓Task and subtask sync
✓Project hierarchy
✓Comment indexing
✓Custom field support
✓Team permissions
✓Real-time updates
Quick Start
import { Metalogue } from '@metalogue/sdk';
const client = new Metalogue({ apiKey: 'mtlg_...' });
// Connect Asana
await client.sync('asana', {
// Configuration options
});
// Query Asana data
const results = await client.query({
question: 'Your question here',
sources: ['asana']
});