Docs

Getting Started

Learn how to integrate Ambriel with your existing services

Ambriel provides a range of integration options to help you get started quickly. Whether you're building a custom integration or using one of our pre-built plugins, we've got you covered.

By integrating Ambriel with your existing services, you can create a seamless experience for integration. You can use Ambriel as if it were your own product, without needing to map any data or use new identifiers.

Tip

You can use your own identifiers, such as customer_id, order_id, transaction_id, and more. This makes it easy to incorporate Ambriel into your existing workflows and processes, without having to make significant changes to your code or infrastructure.

{
    "id": "ORDER123", 
    "customer": {
      "id": "CUS123",  
      "name": "John Doe",
      "email": "[email protected]"
    },
    "order_items": [
      {
          "id": 111, 
          "product_name": "Product 1",
          "quantity": 2
      },
      {
          "id": 222, 
          "product_name": "Product 2",
          "quantity": 1
      }
    ]
}
{
    "transactionId": "ORDER123", 
    "transactionType": "order",
    "actionType": "purchase",
    "customer": {
      "id": "CUS123", 
      "name": "John Doe",
      "email" : "[email protected]"
    },
    "items": [
      {
        "itemId": "111", 
        "name": "Product 1",
        "price": 102.39,
        "quantity": 1,
        "sku": "SKU111",
      },
      {
          "itemId": "222", 
          "name": "Product 2",
          "price": 102.39,
          "quantity": 1,
          "sku": "SKU222",
        }
    ],
}

API Reference

If you're looking to build a custom integration, our API Reference is the perfect place to start. You'll find detailed documentation on all of our endpoints, including examples and code snippets to help you get started.

Javascript Agent

Our Javascript Agent provides a simple way to integrate Ambriel with your web application. You can use it to capture user data, track events, and trigger fraud checks.

E-commerce Plugins

We also provide pre-built plugins for popular e-commerce platforms like Woocommerce, Wix, Shopify, and BigCommerce. These plugins make it easy to integrate Ambriel with your online store, and provide a seamless experience for your customers.

What's Next?

Once you've chosen an integration method, you can start building your Ambriel integration. If you have any questions or need help along the way, our support team is here to help.