Organize customers into smart lists. Send targeted campaigns. Build lasting relationships. The CRM built for developers who care about their customers.
Take Action
Email Campaign ready for 2847 contacts
From list management to campaigns, we've built the tools you need to build better customer relationships.
Organize customers into nested lists and sub-lists. Create segments within segments for precise targeting.
Send targeted email campaigns to any list. Track opens, clicks, and conversions in real-time.
Reach customers via text message. Perfect for time-sensitive updates and personal outreach.
Track company details, contacts, and interaction history. Everything you need in one place.
RESTful API with webhooks. Integrate customer data into your apps and workflows.
SOC2 compliant with end-to-end encryption. Your customer data is always protected.
Our SDK makes customer management a breeze. Create lists, add members, and send campaigns in just a few lines of code. TypeScript-first with full IntelliSense support.
import { Customers } from '@customers.dev/sdk';
const crm = new Customers('your-api-key');
// Create a customer list
const list = await crm.lists.create({
name: 'Enterprise Clients',
type: 'custom'
});
// Add customers to the list
await crm.lists.addMembers(list.id, {
customers: ['cust_abc123', 'cust_def456']
});
// Send a campaign to the list
await crm.campaigns.send({
listId: list.id,
template: 'welcome-enterprise',
channel: 'email'
});Join thousands of developers building better customer experiences. Start free, scale when you're ready.
No credit card required • Free tier available