Obriym CRM logoObriym CRMCustomer flow workspace
FeaturesPricingRoadmapIntegrations
LanguageUKEN
Sign inGet started
FeaturesPricingRoadmapIntegrationsSign in
Automation · Zapier / Make

Any app → CRM without code

One universal endpoint accepts a lead or an order from any Zapier or Make no-code scenario.

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

Zapier and Make connect thousands of services. The universal adapter accepts a simple payload and creates a lead or order in your workspace — without any custom code.

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 Zapier / Make adapter

    Create a secret and copy the endpoint.

  2. 2

    Configure the Zap / scenario

    Add a Webhook step POST 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 or Make 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

  • Features
  • Pricing
  • Roadmap
  • Integrations
  • API Reference

Developers

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

Workspace

  • Open workspace
  • Settings
  • Team management

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

Terms of ServicePrivacy PolicyPricingAPI Docs