← Tools Reference

Freshsales

Freshsales integration (Marketing, Productivity). Imported from open-connector.

API key6 toolshttps://{bundle_alias}.myfreshworks.com/crm/sales
GET
freshsales_list_contact_filters
List Freshsales contact filters used to discover contact view IDs.

/api/contacts/filters

GET
freshsales_list_contacts
List Freshsales contacts from a saved contact view.

/api/contacts/view/{viewId}

2 parameters
ParamTypeRequiredDescription
viewIdintegerrequiredFreshsales contact view ID returned by list_contact_filters.
pageintegeroptionalOne-based Freshsales page number.
GET
freshsales_get_contact
Get one Freshsales contact by ID.

/api/contacts/{contactId}

2 parameters
ParamTypeRequiredDescription
contactIdintegerrequiredFreshsales contact ID.
includearrayoptionalFreshsales include values to expand on a contact response.
POST
freshsales_create_contact
Create a Freshsales contact from a JSON contact payload.

/api/contacts

1 parameter
ParamTypeRequiredDescription
contactobjectoptionalFreshsales contact fields, including custom_field and related account payloads …
PUT
freshsales_update_contact
Update a Freshsales contact by ID.

/api/contacts/{contactId}

2 parameters
ParamTypeRequiredDescription
contactIdintegerrequiredFreshsales contact ID.
contactobjectoptionalFreshsales contact fields, including custom_field and related account payloads …
DELETE
freshsales_delete_contact
Delete a Freshsales contact by ID.

/api/contacts/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdintegerrequiredFreshsales contact ID.