Skip to content

Freshsales

Freshsales is a customer relationship management (CRM) software designed to help businesses streamline sales processes and manage customer interactions effectively.

Categories: crm

Type: freshsales/v1


Connections

Version: 1

API Key

Properties

NameLabelTypeControl TypeDescriptionRequired
usernameBundle aliasSTRINGTEXTYour Freshsales bundle alias (e.g. https://.myfreshworks.com)true
keyAPI KeySTRINGTEXTThe API Key supplied by Freshsalestrue

Actions

Create Account

Name: createAccount

Creates a new account.

Properties

NameLabelTypeControl TypeDescriptionRequired
nameNameSTRINGTEXTName of the account.true
websiteWebsiteSTRINGURLWebsite of the account.false
phonePhoneSTRINGTEXTPhone number of the account.false

Output

Type: OBJECT

Properties

NameTypeControl Type
idNUMBERNUMBER
nameSTRINGTEXT
websiteSTRINGTEXT
phoneSTRINGTEXT

Create Contact

Name: createContact

Add new contact in Freshsales CRM.

Properties

NameLabelTypeControl TypeDescriptionRequired
first_nameFirst NameSTRINGTEXTFirst name of the contact.false
last_nameLast NameSTRINGTEXTLast name of the contact.false
job_titleJob TitleSTRINGTEXTDesignation of the contact in the account they belong to.false
emailEmailSTRINGEMAILPrimary email address of the contact.true
work_numberWork NumberSTRINGPHONEWork phone number of the contact.false
mobile_numberMobile NumberSTRINGTEXTMobile phone number of the contact.false
addressAddressSTRINGTEXTAddress of the contact.false
cityCitySTRINGTEXTCity that the contact belongs to.false
stateStateSTRINGTEXTState that the contact belongs to.false
zipcodeZip CodeSTRINGTEXTZipcode of the region that the contact belongs to.false
countryCountrySTRINGTEXTCountry that the contact belongs to.false
mediumMediumSTRINGTEXTThe medium that led your contact to your website/web ap.pfalse
facebookFacebookSTRINGTEXTFacebook username of the contact.false
twitterTwitterSTRINGTEXTTwitter username of the contact.false
linkedinLinkedInSTRINGTEXTLinkedIn account of the contact.false

Output

Type: OBJECT

Properties

NameTypeControl Type
idNUMBERNUMBER
first_nameSTRINGTEXT
last_nameSTRINGTEXT
job_titleSTRINGTEXT
citySTRINGTEXT
stateSTRINGTEXT
zipcodeSTRINGTEXT
countrySTRINGTEXT
emailSTRINGTEXT
work_numberSTRINGTEXT
mobile_numberSTRINGTEXT
addressSTRINGTEXT
mediumSTRINGTEXT
facebookSTRINGTEXT
twitterSTRINGTEXT
linkedinSTRINGTEXT

Create Lead

Name: createLead

Creates a new lead.

Properties

NameLabelTypeControl TypeDescriptionRequired
first_nameFirst NameSTRINGTEXTFirst name of the lead.false
last_nameLast NameSTRINGTEXTLast name of the lead.false
emailEmailSTRINGEMAILPrimary email address of the lead.true

Output

Type: OBJECT

Properties

NameTypeControl Type
idNUMBERNUMBER
emailSTRINGTEXT
first_nameSTRINGTEXT
last_nameSTRINGTEXT