NAiOS IconNAiOS Logo
Volver al catálogo

NetHunt CRM

nethunt_crm

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

Acciones
12
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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_idstringObligatorio

    The unique identifier of the record to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find RecordsNETHUNT_CRM_FIND_RECORDSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of records to return. Default: 1 if not specified.

  • querystring

    Search query to narrow records returned. Either recordId or query must be specified to perform the search.

  • folder_idstringObligatorio

    Folder ID to find records in. This identifies the folder within NetHunt CRM where the search will be performed.

  • record_idstring

    Record ID if available. Either recordId or query must be specified to perform the search.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get New Call LogsNETHUNT_CRM_GET_NEW_CALL_LOGSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of call logs to return. Default: No limit

  • sincestring

    Only call logs created after this time are returned. Default: 24 hours before time of request

  • folderIdstringObligatorio

    Folder ID to find new call logs in

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get New CommentsNETHUNT_CRM_GET_NEW_COMMENTSAcción

Tool 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

  • limitinteger

    Maximum number of record comments to return. Default: No limit

  • sincestring

    Only 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')

  • folderIdstringObligatorio

    Folder ID to find new record comments in

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get New Google Drive FilesNETHUNT_CRM_GET_NEW_GDRIVE_FILESAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of Google Drive files to return. Default: No limit. Use this to control pagination and response size.

  • sincestring

    Only Google Drive files created after this time are returned. Expected format: ISO 8601 date-time string. Default: 24 hours before time of request.

  • folderIdstringObligatorio

    Folder ID to find new Google Drive files in. This is the NetHunt CRM folder identifier where files are tracked.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get New RecordsNETHUNT_CRM_GET_NEW_RECORDSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of records to return. If not specified, no limit is applied.

  • sincestring

    Only records created after this time are returned. If not specified, defaults to 24 hours before time of request. Format: ISO 8601 datetime string.

  • folderIdstringObligatorio

    Folder ID to find new records in. This is the unique identifier of the folder containing the records.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Record ChangesNETHUNT_CRM_GET_RECORD_CHANGESAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of changes to return. Default: No limit

  • sincestring

    Only changes made after this time are returned (ISO8601 format). Default: 24 hours before time of request

  • folderIdstringObligatorio

    Folder ID to retrieve record changes from

  • recordIdstring

    Record 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Updated RecordsNETHUNT_CRM_GET_UPDATED_RECORDSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of records to return. Default: No limit

  • sincestring

    Only records updated after this time are returned. Default: 24 hours before time of request. Should be in ISO 8601 format.

  • folderIdstringObligatorio

    Folder ID to find updated records in

  • fieldNameany

    Field 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Folder FieldsNETHUNT_CRM_LIST_FOLDER_FIELDSAcción

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.

Parámetros de entrada

  • folderIdstringObligatorio

    Folder ID to list fields for

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Readable FoldersNETHUNT_CRM_LIST_READABLE_FOLDERSAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Writable FoldersNETHUNT_CRM_LIST_WRITABLE_FOLDERSAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Test NetHunt CRM AuthenticationNETHUNT_CRM_TEST_AUTHAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not