Onebear
    • One Bear Public API
      • Webhooks
      • Getting started
      • Customers
        • List customers
        • Create a customer
        • Get a customer
        • Update a customer
      • Messages
        • List messages in a room
        • Get a message
      • Orders
        • List orders
        • Get an order
      • Products
        • List products
        • Get a product
      • Rooms
        • List rooms
        • Get a room
      • Schemas
        • CreateCustomerRequest
        • CustomerAddress
        • CustomerContactPerson
        • UpdateCustomerRequest
    • Live Chat Widget
      • Live Chat Widget - Setup & Integration Guide
      • OneBear Live Chat Widget — คู่มือตั้งค่าและการผสานระบบ
    • API Channel
      • API Channel - Setup & API Reference
      • OneBear API Channel — คู่มือตั้งค่าและ API Reference

    CreateCustomerRequest

    {
        "name": "string",
        "email": "string",
        "phone": "string",
        "customerType": "string",
        "avatar": "string",
        "isLead": true,
        "interests": [
            "string"
        ],
        "source": "string",
        "channelIntegrationIds": [
            "string"
        ]
    }
    Built with