# NetHunt CRM AI integration on Definable

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

## What this connects

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

Vendor: https://nethunt.com/

## Tools available

**12** tools available. First 12:

- `NETHUNT_CRM_DELETE_RECORD` — Delete Record — Tool to delete a NetHunt CRM record by ID. Use when you need to permanently remove a record from the system.
- `NETHUNT_CRM_FIND_RECORDS` — 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.
- `NETHUNT_CRM_GET_NEW_CALL_LOGS` — 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.
- `NETHUNT_CRM_GET_NEW_COMMENTS` — 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).
- `NETHUNT_CRM_GET_NEW_GDRIVE_FILES` — Get New Google Drive 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.
- `NETHUNT_CRM_GET_NEW_RECORDS` — 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.
- `NETHUNT_CRM_GET_RECORD_CHANGES` — 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.
- `NETHUNT_CRM_GET_UPDATED_RECORDS` — 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.
- `NETHUNT_CRM_LIST_FOLDER_FIELDS` — 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.
- `NETHUNT_CRM_LIST_READABLE_FOLDERS` — 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.
- `NETHUNT_CRM_LIST_WRITABLE_FOLDERS` — 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.
- `NETHUNT_CRM_TEST_AUTH` — Test NetHunt CRM Authentication — 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.

## Auth

Auth schemes: `BASIC`.

## How agents use NetHunt CRM

Inside a Definable workflow, NetHunt CRM is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → NetHunt CRM** — the Researcher (GPT-5.5) pulls context from NetHunt CRM (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → NetHunt CRM** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into NetHunt CRM (create record, post message, draft email).
- **Designer / Engineer → Distributor → NetHunt CRM** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via NetHunt CRM (attach file, open PR comment, post status).

The Verifier checks every NetHunt CRM call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- crm — https://definable.ai/apps/category/crm/
- drip emails — https://definable.ai/apps/category/drip-emails/

## Related

- HTML page: https://definable.ai/apps/nethunt_crm/
- Same category (crm): https://definable.ai/apps/category/crm/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
