# NetHunt CRM

NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox

- **Category:** crm
- **Auth:** BASIC
- **Composio Managed App Available?** N/A
- **Tools:** 12
- **Triggers:** 0
- **Slug:** `NETHUNT_CRM`
- **Version:** 20260407_00

## Tools

### Delete Record

**Slug:** `NETHUNT_CRM_DELETE_RECORD`

Tool to delete a NetHunt CRM record by ID. Use when you need to permanently remove a record from the system.

### Find Records

**Slug:** `NETHUNT_CRM_FIND_RECORDS`

Tool to find records by ID or text query in NetHunt CRM. Search for records within a folder using record ID or search query. Use when you need to locate specific records in a folder.

### Get New Call Logs

**Slug:** `NETHUNT_CRM_GET_NEW_CALL_LOGS`

Find recently created call logs in NetHunt CRM. Returns call logs created after a specified time. Use when you need to retrieve new call activity from a specific folder.

### Get New Comments

**Slug:** `NETHUNT_CRM_GET_NEW_COMMENTS`

Tool to find recently created record comments in a NetHunt CRM folder. Returns comments created after a specified time (defaults to last 24 hours).

### Get New Google Drive Files

**Slug:** `NETHUNT_CRM_GET_NEW_GDRIVE_FILES`

Tool to find recently created Google Drive files linked to NetHunt CRM records. Use when you need to retrieve files created after a specific time in a NetHunt folder. Returns file metadata including Google Drive links, MIME types, and associated record IDs. Useful for tracking new document uploads and file attachments.

### Get New Records

**Slug:** `NETHUNT_CRM_GET_NEW_RECORDS`

Tool to find recently created records in NetHunt CRM. Use when you need to retrieve records that were created after a specific time in a given folder. Returns record details including ID, creation time, and field values. If no 'since' time is specified, returns records from the last 24 hours.

### Get Record Changes

**Slug:** `NETHUNT_CRM_GET_RECORD_CHANGES`

Tool to find recent record changes in a NetHunt CRM folder. Returns change history including CREATE, UPDATE, DELETE actions with field-level diffs. Use when you need to track modifications to records, audit changes, or sync data based on recent updates.

### Get Updated Records

**Slug:** `NETHUNT_CRM_GET_UPDATED_RECORDS`

Tool to find recently updated records in NetHunt CRM. Returns records updated after a specified time, optionally filtered by field names. Use when you need to track changes or sync records that have been modified.

### List Folder Fields

**Slug:** `NETHUNT_CRM_LIST_FOLDER_FIELDS`

Tool to list folder fields in NetHunt CRM. Returns the field definitions for a specific folder. Use when you need to retrieve all field metadata for a given folder ID.

### List Readable Folders

**Slug:** `NETHUNT_CRM_LIST_READABLE_FOLDERS`

Tool to list all accessible folders in NetHunt CRM. Returns folders the user has read access to. Use when you need to retrieve available folders for organizing or accessing records.

### List Writable Folders

**Slug:** `NETHUNT_CRM_LIST_WRITABLE_FOLDERS`

Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.

### Test NetHunt CRM Authentication

**Slug:** `NETHUNT_CRM_TEST_AUTH`

Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.
