Obriym CRM logoObriym CRMCustomer flow workspace
AIFeaturesPricingRoadmapIntegrations
Sign inGet started
AIFeaturesPricingRoadmapIntegrations
Automation · Zapier · Make · n8n

Any app → CRM without code

One universal endpoint accepts a lead or an order from any no-code scenario — Zapier, Make, n8n, Pabbly — or straight from your own code.

Try in your workspaceAll integrations
POST · X-Adapter-Secret
{
  "resource": "lead",
  "data": {
    "name": "...",
    "email": "...",
    "phone": "..."
  }
}

Zapier, Make, n8n, Pabbly and similar services connect thousands of apps. But the adapter is not tied to any of them: it's a plain webhook that accepts a simple payload and creates a lead or order in your workspace. Connect any no-code tool, your own backend, or a script — anything that can send an HTTP POST.

One endpoint, two resources

Leads

{ resource: "lead", data } → a CRM lead with source=zapier.

Orders

{ resource: "order", data } → an idempotent order on externalId.

Details

  • Authorization via X-Adapter-Secret
  • The data payload matches the public lead/order contract
  • Order idempotency on externalId
  • Workspace isolation on every request

Setup

  1. 1

    Add the automation adapter

    Create a secret and copy the endpoint in Settings → Developers.

  2. 2

    Configure the scenario or code

    In Zapier, Make, n8n, or your own backend add a Webhook POST step to the endpoint with the X-Adapter-Secret header.

  3. 3

    Map the fields

    Send { resource, data } according to the public contract.

Frequently asked questions

Is it a full browser SDK?

No — it's a server-side event intake. For browser forms use the JS widget; for deeper scenarios use the REST API.

Will orders be duplicated?

No — order intake is idempotent on externalId.

Automate without code

Connect Zapier, Make, n8n, or your own backend and data from any app flows into the CRM.

Start for free
Obriym CRM logoObriym CRMCustomer flow workspace

Obriym CRM is a focused workspace for sales teams and e-commerce operations. Leads, deals, orders, and customer retention in one place.

Product by OBRIYM

  • crm@obriym.com
  • OBRIYM
  • Serhii Oberemchuk

Individual Entrepreneur Oberemchuk Serhii Oleksandrovych · State reg. 178752761226

Product

  • AI
  • Features
  • Pricing
  • Compare
  • Roadmap
  • Integrations
  • API Reference

Company

  • About OBRIYM
  • Founder
  • Contact
  • Roadmap

Developers

  • For developers
  • OpenAPI spec
  • JS Widget
  • Lead intake API
  • Orders API

©2026Obriym CRM by OBRIYM. Built for production sales and e-commerce teams.

Terms of UseTerms of ServicePayment & RefundsPrivacy PolicySubprocessorsData ProcessingLegal detailsData DeletionPricingAPI Docs