NetHunt CRM
nethunt_crmNetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete RecordNETHUNT_CRM_DELETE_RECORDAcciónTool to delete a NetHunt CRM record by ID. Use when you need to permanently remove a record from the system.
NETHUNT_CRM_DELETE_RECORDAcciónTool to delete a NetHunt CRM record by ID. Use when you need to permanently remove a record from the system.
Parámetros de entrada
record_idstringObligatorioThe unique identifier of the record to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find RecordsNETHUNT_CRM_FIND_RECORDSAcciónTool 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_FIND_RECORDSAcciónTool 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.
Parámetros de entrada
limitintegerMaximum number of records to return. Default: 1 if not specified.
querystringSearch query to narrow records returned. Either recordId or query must be specified to perform the search.
folder_idstringObligatorioFolder ID to find records in. This identifies the folder within NetHunt CRM where the search will be performed.
record_idstringRecord ID if available. Either recordId or query must be specified to perform the search.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get New Call LogsNETHUNT_CRM_GET_NEW_CALL_LOGSAcciónFind 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_CALL_LOGSAcciónFind 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.
Parámetros de entrada
limitintegerMaximum number of call logs to return. Default: No limit
sincestringOnly call logs created after this time are returned. Default: 24 hours before time of request
folderIdstringObligatorioFolder ID to find new call logs in
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get New CommentsNETHUNT_CRM_GET_NEW_COMMENTSAcciónTool 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_COMMENTSAcciónTool to find recently created record comments in a NetHunt CRM folder. Returns comments created after a specified time (defaults to last 24 hours).
Parámetros de entrada
limitintegerMaximum number of record comments to return. Default: No limit
sincestringOnly record comments created after this time are returned. Default: 24 hours before time of request. Use ISO 8601 format (e.g., '2024-01-15T10:30:00Z')
folderIdstringObligatorioFolder ID to find new record comments in
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get New Google Drive FilesNETHUNT_CRM_GET_NEW_GDRIVE_FILESAcciónTool 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_GDRIVE_FILESAcciónTool 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.
Parámetros de entrada
limitintegerMaximum number of Google Drive files to return. Default: No limit. Use this to control pagination and response size.
sincestringOnly Google Drive files created after this time are returned. Expected format: ISO 8601 date-time string. Default: 24 hours before time of request.
folderIdstringObligatorioFolder ID to find new Google Drive files in. This is the NetHunt CRM folder identifier where files are tracked.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get New RecordsNETHUNT_CRM_GET_NEW_RECORDSAcciónTool 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_NEW_RECORDSAcciónTool 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.
Parámetros de entrada
limitintegerMaximum number of records to return. If not specified, no limit is applied.
sincestringOnly records created after this time are returned. If not specified, defaults to 24 hours before time of request. Format: ISO 8601 datetime string.
folderIdstringObligatorioFolder ID to find new records in. This is the unique identifier of the folder containing the records.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Record ChangesNETHUNT_CRM_GET_RECORD_CHANGESAcciónTool 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_RECORD_CHANGESAcciónTool 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.
Parámetros de entrada
limitintegerMaximum number of changes to return. Default: No limit
sincestringOnly changes made after this time are returned (ISO8601 format). Default: 24 hours before time of request
folderIdstringObligatorioFolder ID to retrieve record changes from
recordIdstringRecord ID to look for single record changes. If missing, changes for all folder records are returned
fieldNamestring[]Field name(s) to limit changes observed. Multiple field names can be provided to filter changes to specific fields
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Updated RecordsNETHUNT_CRM_GET_UPDATED_RECORDSAcciónTool 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_GET_UPDATED_RECORDSAcciónTool 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.
Parámetros de entrada
limitintegerMaximum number of records to return. Default: No limit
sincestringOnly records updated after this time are returned. Default: 24 hours before time of request. Should be in ISO 8601 format.
folderIdstringObligatorioFolder ID to find updated records in
fieldNameanyField name(s) to limit updates observed. Can be a single field name or a list of field names to observe multiple fields.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Folder FieldsNETHUNT_CRM_LIST_FOLDER_FIELDSAcciónTool 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_FOLDER_FIELDSAcciónTool 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.
Parámetros de entrada
folderIdstringObligatorioFolder ID to list fields for
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Readable FoldersNETHUNT_CRM_LIST_READABLE_FOLDERSAcciónTool 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_READABLE_FOLDERSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Writable FoldersNETHUNT_CRM_LIST_WRITABLE_FOLDERSAcciónTool 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_LIST_WRITABLE_FOLDERSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Test NetHunt CRM AuthenticationNETHUNT_CRM_TEST_AUTHAcciónTool 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.
NETHUNT_CRM_TEST_AUTHAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not