Salesmate

Learn how to use Salesmate with Composio

Overview

SLUG

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

subdomain
stringRequired
bearer_token
stringRequired
generic_api_key
stringRequired

Tools

SLUG: SALESMATE_ADD_PRODUCT

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
objectRequired
error
string
successful
booleanRequired

SLUG: SALESMATE_CREATE_COMPANY

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
objectRequired
error
string
successful
booleanRequired

SLUG: SALESMATE_DELETE_PRODUCT

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
objectRequired
error
string
successful
booleanRequired

SLUG: SALESMATE_GET_ACTIVE_USERS

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
objectRequired
error
string
successful
booleanRequired

SLUG: SALESMATE_GET_COMPANY

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
objectRequired
error
string
successful
booleanRequired

SLUG: SALESMATE_LIST_MODULES

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

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired