Raw Pipes
HubSpot
Sync HubSpot CRM data including contacts, companies, and deals.
Features
✓Contact and company sync
✓Deal pipeline context
✓Email activity indexing
✓Custom property support
✓Association mapping
✓Real-time webhooks
Quick Start
import { Metalogue } from '@metalogue/sdk';
const client = new Metalogue({ apiKey: 'mtlg_...' });
// Connect HubSpot
await client.sync('hubspot', {
// Configuration options
});
// Query HubSpot data
const results = await client.query({
question: 'Your question here',
sources: ['hubspot']
});