NetHunt integration (Productivity, Marketing). Imported from open-connector.
https://nethunt.com/api/v1/zapier/triggers/readable-folder
/triggers/writable-folder
/
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID. |
/searches/find-record/{folderId}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID. |
| recordId | string | optional | NetHunt record ID to fetch when available. |
| query | string | optional | NetHunt advanced search query. |
| limit | integer | optional | Maximum number of NetHunt items to return. |
//triggers/new-record/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID. |
| since | string | optional | ISO-formatted UTC timestamp used as the lower bound. |
| limit | integer | optional | Maximum number of NetHunt items to return. |
| input | string | required | Path parameter: input |
//triggers/updated-record/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID. |
| fieldName | array | optional | NetHunt field names to limit returned updates. |
| since | string | optional | ISO-formatted UTC timestamp used as the lower bound. |
| limit | integer | optional | Maximum number of NetHunt items to return. |
| input | string | required | Path parameter: input |
//triggers/record-change/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID. |
| recordId | string | optional | Optional NetHunt record ID used to narrow changes to one record. |
| fieldName | array | optional | NetHunt field names to limit returned updates. |
| since | string | optional | ISO-formatted UTC timestamp used as the lower bound. |
| limit | integer | optional | Maximum number of NetHunt items to return. |
| input | string | required | Path parameter: input |
/
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID to create the record in. |
| timeZone | string | required | User time zone sent to NetHunt when creating the record. |
| fields | object | required | NetHunt field values keyed by the CRM field names configured in the target fold… |
/
| Param | Type | Required | Description |
|---|---|---|---|
| recordId | string | required | NetHunt record ID to update. |
| overwrite | boolean | optional | Default overwrite behavior for NetHunt field actions. |
| fieldActions | object | required | NetHunt field update actions keyed by CRM field name. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| recordId | string | required | NetHunt record ID. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| recordId | string | required | NetHunt record ID to comment on. |
| text | string | required | Comment text. |
//triggers/new-comment/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID. |
| since | string | optional | ISO-formatted UTC timestamp used as the lower bound. |
| limit | integer | optional | Maximum number of NetHunt items to return. |
| input | string | required | Path parameter: input |
/
| Param | Type | Required | Description |
|---|---|---|---|
| recordId | string | required | NetHunt record ID to attach the call log to. |
| text | string | required | Call log text. |
| time | string | optional | ISO-formatted UTC timestamp when the call started. |
| duration | number | optional | Call duration in minutes. |
//triggers/new-call-log/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | NetHunt folder ID. |
| since | string | optional | ISO-formatted UTC timestamp used as the lower bound. |
| limit | integer | optional | Maximum number of NetHunt items to return. |
| input | string | required | Path parameter: input |
/triggers/auth-test