Documentation

Everything you need to integrate and build with Metaqube CRM.

Quick Start

Get started with the Metaqube API in just a few lines of code.

// Initialize the Metaqube client
import { MetaqubeClient } from '@metaqube/sdk';

const client = new MetaqubeClient({
  apiKey: process.env.METAQUBE_API_KEY
});

// Create a new lead
const lead = await client.leads.create({
  name: "Jane Doe",
  email: "jane@example.com",
  company: "Acme Inc",
  score: 85
});

console.log('Lead created:', lead.id);

Need Help?

Our developer support team is here to help you integrate successfully.

Contact Developer Support