Products
To setup MAAX AI Sales you need to define products that your AI will be selling.
/create_product/
Responsible for creating a product.
POST
https://app.maax.ai/create_product/
Creates a new product that then can be used by your AI models to be sold or spoken about in the conversations with your prospects. You can also create it from dashboard (Sales AI page).
Query Parameters
Name | Type | Description |
---|---|---|
description | String | The description of the product. AI uses it as context, so we recommend that you give some thought to this. |
title | String | The title of the product, so that the AI can tell it to the prospect. |
Last updated