What can you do with it?
The Close CRM integration enables you to manage your complete sales workflow including leads, contacts, opportunities, and activities. You can create new records with contact information, update existing data, search across all record types using both simple queries and advanced JSON filters, and manage custom fields. This integration is ideal for sales teams focused on relationship building and deal tracking with comprehensive contact management capabilities.How to use it?
Basic Command Structure
Parameters
Required:action- The operation you want to perform (create, update, get, search, delete)record_type- The type of record (lead, contact, opportunity, activity)
query- Search query for finding recordscustom_fields- Custom field values specific to your Close CRM setup
Tools
Create Record
Create a new record in Close CRM Parameters:record_type(required) - Type of record to create (lead, contact, opportunity, activity)name(required) - Name of the recordcontact_name(optional) - Name of associated contactemails(optional) - Array of email addressesphones(optional) - Array of phone numberscustom_fields(optional) - Custom field values
Update Record
Update an existing record in Close CRM Parameters:record_type(required) - Type of record to updateid(required) - The unique ID of the recordname(optional) - Updated namephones(optional) - Updated phone numbersemails(optional) - Updated email addressescustom_fields(optional) - Updated custom field values
Get Record by ID
Retrieve a specific record using its unique ID Parameters:record_type(required) - Type of record to retrieveid(required) - The unique ID of the record
Search Records
Search for records using a simple query Parameters:record_type(required) - Type of records to searchquery(required) - Search query string
Delete Record
Delete a specific record from Close CRM Parameters:record_type(required) - Type of record to deleteid(required) - The unique ID of the record
Advanced Search
Search for records using advanced JSON filters Parameters:record_type(required) - Type of records to searchfilter_field(required) - Field to filter onfilter_value(required) - Value to search for

