← Tools Reference

Salesmate

Salesmate integration (Marketing, Communication). Imported from open-connector.

API key6 toolshttps://{link_name}
POST
salesmate_create_company
Create a company record in Salesmate CRM.

/apis/company/v4

20 parameters
ParamTypeRequiredDescription
namestringrequiredName of the company. Salesmate documents a maximum length of 255.
ownerintegeroptionalSalesmate user ID that owns this company.
websitestringoptionalWebsite URL of the company.
phonestringoptionalPrimary phone number of the company.
otherPhonestringoptionalSecondary phone number of the company.
skypeIdstringoptionalSkype ID of the company.
facebookHandlestringoptionalFacebook profile or handle for the company.
linkedInHandlestringoptionalLinkedIn profile link for the company.
twitterHandlestringoptionalTwitter profile or handle for the company.
googlePlusHandlestringoptionalGoogle Plus profile or handle for the company.
currencystringoptionalThree-letter ISO currency code for the company, in uppercase.
billingAddressLine1stringoptionalLine one of the billing address.
billingAddressLine2stringoptionalLine two of the billing address.
billingCitystringoptionalBilling city name.
billingZipCodestringoptionalBilling ZIP or postal code.
billingStatestringoptionalBilling state name.
billingCountrystringoptionalBilling country name.
descriptionstringoptionalDescription attached to the company.
tagsstringoptionalComma-separated tags associated with the company.
customFieldsobjectoptionalAdditional Salesmate company custom fields keyed by field API name.
GET
salesmate_get_company
Get a Salesmate company record by company ID.

/apis/company/v4/{companyId}

1 parameter
ParamTypeRequiredDescription
companyIdintegerrequiredUnique identifier of the Salesmate company to retrieve.
POST
salesmate_create_product
Create a product in Salesmate.

/apis/v1/products

10 parameters
ParamTypeRequiredDescription
namestringrequiredName of the product.
skustringoptionalUnique SKU or code of the product.
currencystringrequiredThree-letter ISO currency code for the product, in uppercase.
unitPricenumberrequiredSale price of the product.
descriptionstringoptionalDescription attached to the product.
isActivebooleanoptionalWhether the product is active for sales.
tagsstringoptionalComma-separated tags associated with the product.
ownerintegeroptionalSalesmate user ID that owns this product.
costPerUnitnumberoptionalCost per unit for the product.
directCostnumberoptionalDirect cost of the product.
DELETE
salesmate_delete_product
Delete a Salesmate product by product ID.

/apis/v1/products/{productId}

1 parameter
ParamTypeRequiredDescription
productIdintegerrequiredUnique identifier of the Salesmate product to delete.
GET
salesmate_list_modules
List Salesmate internal module identifiers.

/apis/module/v4/modules/internal_name

GET
salesmate_get_active_users
List active Salesmate users.

/apis/core/v4/users