Manage customer relationships and sales with Freshsales CRM
action
- The operation you want to perform (create, get, update, delete, search)record_type
- The type of record (leads, contacts, accounts, deals, or custom modules)fields
- Specific fields to include in the operationfilters
- Search criteria for filtering recordsrecord_type
(required) - Type of record to create (leads, contacts, accounts, deals)first_name
(required for leads/contacts) - First namelast_name
(required for leads/contacts) - Last nameemail
(optional) - Email addressphone
(optional) - Phone numberaddress
(optional) - Physical addressname
(required for accounts) - Account/company namewebsite
(optional for accounts) - Company websitecustom_fields
(optional) - Any custom field valuesrecord_type
(required) - Type of record to retrieveid
(required) - The unique ID of the recordrecord_type
(required) - Type of record to updateid
(required) - The unique ID of the recordfields
(required) - Object containing fields to updaterecord_type
(required) - Type of record to deleteid
(required) - The unique ID of the recordrecord_type
(required) - Type of records to searchattribute
(required) - Field to search onoperator
(required) - Search operator (is, is_not, contains, etc.)value
(required) - Value to search forsort_by
(optional) - Attribute to sort bysort_order
(optional) - Sort order (asc or desc)page
(optional) - Page number for pagination (default: 1)per_page
(optional) - Records per page (default: 10)