Documentation
Build with Merchancely
Everything you need to integrate AI-powered marketing into your applications.
Start Here
Getting Started
Set up your account and make your first API call in minutes.
Authentication
Learn how to authenticate your API requests securely.
API Reference
Complete reference for all API endpoints and parameters.
Quick Example
JavaScriptUsing the Merchancely SDK
import { Merchancely } from '@merchancely/sdk';
const client = new Merchancely('your_api_key');
// Qualify a lead
const result = await client.leads.qualify({
email: 'lead@example.com',
name: 'John Doe',
company: 'Acme Corp',
source: 'website'
});
console.log(result.score); // 94
console.log(result.intent); // 'high'
console.log(result.recommendedFunnel); // 'enterprise'API Endpoints
Lead Qualification
Score and qualify leads using AI analysis.
POSTGET
Email Campaigns
Generate and send personalized cold emails.
POSTGET
SMS Marketing
Send SMS campaigns and manage sequences.
POSTGET
Funnels
Create and manage marketing funnels.
POSTGET
Analytics
Access campaign metrics and insights.
GET
Webhooks
Receive real-time event notifications.
POSTGET
Need help? Contact our support team or check our GitHub