← Tools Reference

NetHunt

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

API key15 toolshttps://nethunt.com/api/v1/zapier
GET
nethunt_list_readable_folders
List NetHunt folders that the connected user can read.

/triggers/readable-folder

GET
nethunt_list_writable_folders
List NetHunt folders that the connected user can create records in.

/triggers/writable-folder

GET
nethunt_list_folder_fields
List fields configured for a NetHunt folder.

/

1 parameter
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID.
GET
nethunt_find_records
Find NetHunt records by record ID or advanced search query.

/searches/find-record/{folderId}

4 parameters
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID.
recordIdstringoptionalNetHunt record ID to fetch when available.
querystringoptionalNetHunt advanced search query.
limitintegeroptionalMaximum number of NetHunt items to return.
GET
nethunt_list_new_records
List NetHunt records created after an optional timestamp.

//triggers/new-record/{input}

4 parameters
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID.
sincestringoptionalISO-formatted UTC timestamp used as the lower bound.
limitintegeroptionalMaximum number of NetHunt items to return.
inputstringrequiredPath parameter: input
GET
nethunt_list_updated_records
List NetHunt records updated after an optional timestamp.

//triggers/updated-record/{input}

5 parameters
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID.
fieldNamearrayoptionalNetHunt field names to limit returned updates.
sincestringoptionalISO-formatted UTC timestamp used as the lower bound.
limitintegeroptionalMaximum number of NetHunt items to return.
inputstringrequiredPath parameter: input
GET
nethunt_list_record_changes
List NetHunt record changes after an optional timestamp.

//triggers/record-change/{input}

6 parameters
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID.
recordIdstringoptionalOptional NetHunt record ID used to narrow changes to one record.
fieldNamearrayoptionalNetHunt field names to limit returned updates.
sincestringoptionalISO-formatted UTC timestamp used as the lower bound.
limitintegeroptionalMaximum number of NetHunt items to return.
inputstringrequiredPath parameter: input
POST
nethunt_create_record
Create a NetHunt record in a folder with field values.

/

3 parameters
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID to create the record in.
timeZonestringrequiredUser time zone sent to NetHunt when creating the record.
fieldsobjectrequiredNetHunt field values keyed by the CRM field names configured in the target fold…
POST
nethunt_update_record
Update a NetHunt record with field actions.

/

3 parameters
ParamTypeRequiredDescription
recordIdstringrequiredNetHunt record ID to update.
overwritebooleanoptionalDefault overwrite behavior for NetHunt field actions.
fieldActionsobjectrequiredNetHunt field update actions keyed by CRM field name.
POST
nethunt_delete_record
Delete a NetHunt record.

/

1 parameter
ParamTypeRequiredDescription
recordIdstringrequiredNetHunt record ID.
POST
nethunt_create_comment
Create a NetHunt comment on a record.

/

2 parameters
ParamTypeRequiredDescription
recordIdstringrequiredNetHunt record ID to comment on.
textstringrequiredComment text.
GET
nethunt_list_new_comments
List NetHunt record comments created after an optional timestamp.

//triggers/new-comment/{input}

4 parameters
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID.
sincestringoptionalISO-formatted UTC timestamp used as the lower bound.
limitintegeroptionalMaximum number of NetHunt items to return.
inputstringrequiredPath parameter: input
POST
nethunt_create_call_log
Create a NetHunt call log on a record.

/

4 parameters
ParamTypeRequiredDescription
recordIdstringrequiredNetHunt record ID to attach the call log to.
textstringrequiredCall log text.
timestringoptionalISO-formatted UTC timestamp when the call started.
durationnumberoptionalCall duration in minutes.
GET
nethunt_list_new_call_logs
List NetHunt call logs created after an optional timestamp.

//triggers/new-call-log/{input}

4 parameters
ParamTypeRequiredDescription
folderIdstringrequiredNetHunt folder ID.
sincestringoptionalISO-formatted UTC timestamp used as the lower bound.
limitintegeroptionalMaximum number of NetHunt items to return.
inputstringrequiredPath parameter: input
GET
nethunt_auth_test
Verify the NetHunt credentials and return the connected user.

/triggers/auth-test