Skip to content
@Pinlyx

Pinlyx

AI-powered omnichannel CRM for Telegram, WhatsApp, Instagram, X, email and live chat

Pinlyx

Omnichannel AI CRM for modern customer-facing teams.

Talk to customers on Telegram, X, Email, Live Chat and via Bot, from one inbox, one pipeline, one API.

Website · App · Chrome Extension · API Docs · Status


What Pinlyx is

Pinlyx is an omnichannel customer relationship platform that unifies five conversation channels behind one CRM:

  • Telegram: multi-account, scraping, sequences, broadcasting
  • X / Twitter: DMs and account management
  • Email: per-user inbox, threading, templates
  • Live Chat: embeddable web widget for your site
  • Bot: programmable conversational workflows

On top of the inbox sit AI-powered lead scoring, automated outreach sequences, a public REST API, and an MCP server so AI agents can drive the CRM directly.

Channels & capabilities

Area What ships today
Inbox Telegram, X/Twitter, Email, Live Chat, Bot, all in one pane
Pipeline Drag-and-drop stages, archive/restore, notes
Outreach Sequences, broadcasting, spintax, scheduling
AI Lead scoring, message analysis, reply suggestions
Billing LemonSqueezy + WeePay, per-plan limits
Real-time SignalR streams for inbox + job status
Reliability Rate limiting with flood-wait backoff, proxy support
Browser extension One-click capture from LinkedIn, X, Instagram, GitHub or any page, straight into the CRM

Developer surface

Product What it is Status
Public REST API v1 Bearer-key + scoped endpoints for contacts, messages, sequences, accounts Stable
Webhooks Outbound events for inbound messages, job status, billing Stable
MCP server Lets Claude, Cursor, ChatGPT and other AI clients drive the CRM over the Model Context Protocol Stable
OpenAPI spec Machine-readable definition of the public API Published in-product

SDKs

SDK Language Status Repo
pinlyx-dotnet C# / .NET 8+ Alpha Pinlyx/pinlyx-dotnet
pinlyx-python Python 3.10+ Planned coming soon
pinlyx-node TypeScript / Node 20+ Planned coming soon
pinlyx-mcp TypeScript (MCP server) Alpha Pinlyx/pinlyx-mcp

Guides

Repo What it is
Pinlyx/mcp-social-media-guide Vendor-neutral tutorials for running social media DMs and scheduled posts through MCP

Get started

1. Create an API key

Sign in to https://app.crmsolid.com, open Settings → Developers, and generate a key. Each key is scoped: pick the smallest scope that matches your use case.

2. Install a SDK (example: .NET)

dotnet add package CrmSolid
using CrmSolid;

var client = new CrmSolidClient("csk_live_...");

var page = await client.Contacts.ListAsync(limit: 50);

foreach (var c in page.Items)
{
    Console.WriteLine($"{c.Id}\t{c.Name}\t@{c.Username}");
}

The .NET SDK is in alpha. The package name and exact API may change before v1.0.

3. Read the docs

Full REST reference, webhooks, and authentication: https://docs.pinlyx.com

Open-source repositories

Repo Purpose Status
.github Org profile, community health files Live
pinlyx-clipper Browser extension, full source of the published build Live on the Chrome Web Store
pinlyx-dotnet Official .NET SDK Alpha
pinlyx-python Official Python SDK Planned
pinlyx-node Official Node.js / TypeScript SDK Planned
pinlyx-mcp MCP server reference implementation Alpha
pinlyx-docs Public docs site source Planned
pinlyx-openapi OpenAPI spec mirror + generator Planned
pinlyx-examples End-to-end examples across SDKs Planned

Stars and issues on these repos are welcome once they ship.

Stay in touch

Popular repositories Loading

  1. pinlyx-mcp pinlyx-mcp Public

    MCP server for social media. Manage Instagram, WhatsApp, X, LinkedIn and 8 more DM inboxes plus scheduled posts from Claude, Cursor or ChatGPT.

    TypeScript 5 1

  2. .github .github Public

    Community health files and public profile for the Pinlyx organization: omnichannel AI CRM platform.

  3. mcp-social-media-guide mcp-social-media-guide Public

    Tutorials for running social media DMs and scheduled posts through MCP. Vendor-neutral guides for Claude Desktop, Claude Code, Cursor and ChatGPT.

  4. pinlyx-dotnet pinlyx-dotnet Public

    Official .NET SDK for the Pinlyx API. Strongly-typed client for contacts, messages, and Telegram automation. Targets netstandard2.0, net8.0, net9.0.

    C#

  5. pinlyx-clipper pinlyx-clipper Public

    Browser extension (MV3) that saves a LinkedIn, X, Instagram or GitHub profile into your CRM in one click. Notes, tags, pipeline stage and follow-up at capture time. Live on the Chrome Web Store.

    TypeScript

  6. n8n-nodes-pinlyx n8n-nodes-pinlyx Public

    n8n community node for Pinlyx. Create and update contacts, move deals and read conversations from an n8n workflow. No runtime dependencies, MIT.

    TypeScript

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…