Salesmate

Learn how to use Salesmate with Composio

Overview

Enum

SALESMATE

Description

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.

Authentication Details

api_key
stringRequired
client_secret
stringRequired
access_token
stringRequired
subdomain
stringRequired

Actions

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."

Action Parameters

costPerUnit
number
currency
stringRequired
description
string
directCost
number
isActive
booleanDefaults to True
name
stringRequired
owner
integer
sku
string
tags
string
unitPrice
numberRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new company in the salesmate crm. use when you need to register a new organization.

Action Parameters

billingAddressLine1
string
billingAddressLine2
string
billingCity
string
billingCountry
string
billingState
string
billingZipCode
string
currency
string
description
string
facebookHandle
string
googlePlusHandle
string
linkedInHandle
string
name
stringRequired
otherPhone
string
owner
integerRequired
phone
string
skypeId
string
tags
string
twitterHandle
string
website
string

Action Response

data
object
error
string
successful
boolean
Tool to delete a product by productid. use when you need to remove a product from the catalog after confirming the correct productid.

Action Parameters

product_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all active users. use when you need to fetch only users currently marked active for tasks, assignments, or user management audits.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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".

Action Parameters

company_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all modules. use after authentication to retrieve available module ids and names.

Action Parameters

Action Response

data
object
error
string
successful
boolean