NAiOS IconNAiOS Logo
Volver al catálogo

Salesmate

salesmate

Salesmate is an AI-powered CRM platform designed to help businesses engage leads, close deals faster, nurture relationships, and provide seamless support through a unified, intuitive interface.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (6)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Add ProductSALESMATE_ADD_PRODUCTAcción

Tool to add a new product. use when you need to create a new product in salesmate before referencing it (e.g., in deals or orders). example: "add a product named 'widget pro' (sku wpro1) priced at 199.99 usd."

Parámetros de entrada

  • skustring

    Unique SKU/code of the product

  • namestringObligatorio

    Name of the product

  • tagsstring

    Comma-separated tags (max 5000 chars)

  • ownerinteger

    Salesmate user ID that owns the product

  • currencystringObligatorio

    Three-letter ISO currency code, uppercase

  • isActiveboolean

    Whether the product is active for sales

  • unitPricenumberObligatorio

    Sale price of the product (non-negative)

  • directCostnumber

    Optional direct cost of the product (non-negative)

  • costPerUnitnumber

    Optional cost per unit (non-negative)

  • descriptionstring

    Optional description (max 2000 chars)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create CompanySALESMATE_CREATE_COMPANYAcción

Tool to create a new company in the salesmate crm. use when you need to register a new organization.

Parámetros de entrada

  • namestringObligatorio

    Name of the company (max 255 chars)

  • tagsstring

    Comma-separated tags for the company

  • ownerintegerObligatorio

    ID of the owner user for this company

  • phonestring

    Primary phone number of the company

  • skypeIdstring

    Skype ID of the company

  • websitestring

    Website URL of the company

  • currencystring

    Three-letter ISO currency code (uppercase)

  • otherPhonestring

    Secondary phone number of the company

  • billingCitystring

    Billing city

  • descriptionstring

    Description for the company

  • billingStatestring

    Billing state

  • twitterHandlestring

    Twitter handle of the company

  • billingCountrystring

    Billing country

  • billingZipCodestring

    Billing ZIP/postal code

  • facebookHandlestring

    Facebook profile or handle of the company

  • linkedInHandlestring

    LinkedIn profile link of the company

  • googlePlusHandlestring

    Google Plus profile link of the company

  • billingAddressLine1string

    Billing address line 1

  • billingAddressLine2string

    Billing address line 2

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ProductSALESMATE_DELETE_PRODUCTAcción

Tool to delete a product by productid. use when you need to remove a product from the catalog after confirming the correct productid.

Parámetros de entrada

  • product_idintegerObligatorio

    Unique identifier of the product to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Active UsersSALESMATE_GET_ACTIVE_USERSAcción

Tool to retrieve all active users. use when you need to fetch only users currently marked active for tasks, assignments, or user management audits.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CompanySALESMATE_GET_COMPANYAcción

Tool to retrieve details of a specific company by id. use when you have a company id and need its full record. example: "get company 42".

Parámetros de entrada

  • company_idintegerObligatorio

    Unique identifier of the company to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ModulesSALESMATE_LIST_MODULESAcción

Tool to list all modules. use after authentication to retrieve available module ids and names.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not