NAiOS IconNAiOS Logo
Volver al catálogo

Getprospect

getprospect

Find anyone's business email address. GetProspect provides email discovery and verification from LinkedIn.

Acciones
24
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 (24)

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.

Apply Coupon CodeGETPROSPECT_APPLY_COUPON_CODEAcción

Tool to apply a coupon code to the user's account. Use after you need to activate a coupon before using it.

Parámetros de entrada

  • coupon_codestringObligatorio

    The coupon code to apply to the user's account

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

Create CompanyGETPROSPECT_CREATE_COMPANYAcción

Tool to create a new company. Use when you need to add a company record via GetProspect API.

Parámetros de entrada

  • propertiesobject[]Obligatorio

    Array of property objects to assign to the company

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

Create ContactGETPROSPECT_CREATE_CONTACTAcción

Tool to create a new contact. Use when you need a fresh contact record before associating it to lists.

Parámetros de entrada

  • propertiesobject[]Obligatorio

    Collection of contact property assignments

  • listRelationsstring[]

    List of list IDs to associate the new contact with

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

Create ExportGETPROSPECT_CREATE_EXPORTAcción

Tool to create a new export job. Use when you need to export contacts or companies based on filters or specific record IDs. Returns HTTP 201 on success.

Parámetros de entrada

  • namestringObligatorio

    A human-readable name for this export job

  • sortobject

    Sorting instructions for exported records.

  • filtersobject[]

    Array of filter objects to narrow down the export set

  • itemIdsstring[]

    Explicit list of record IDs to export; mutually exclusive with filters

  • fileFormatstringenum

    Desired file format for the export

    csvjsonxlsx
  • sourceTypestringObligatorioenum

    Type of records to export: 'company' or 'contact'

    companycontact
  • includePropertiesstring

    Which properties to include in the file (e.g., 'columns_only')

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

Create Contact ListGETPROSPECT_CREATE_LISTAcción

Tool to create a new contact list. Use when you need to organize contacts into a named list.

Parámetros de entrada

  • namestringObligatorio

    Name of the new contact list

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

Delete CompanyGETPROSPECT_DELETE_COMPANYAcción

Tool to delete a company record by its ID. Use when you have confirmed this company should be permanently removed.

Parámetros de entrada

  • company_idstringObligatorio

    Company ID 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

Delete ContactGETPROSPECT_DELETE_CONTACTAcción

Tool to delete a contact record by its ID. Use when you need to remove a contact; ensure the contact ID exists before calling.

Parámetros de entrada

  • contact_idstringObligatorio

    Unique identifier of the contact 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

Delete Multiple Contact ListsGETPROSPECT_DELETE_DELETE_LISTSAcción

Tool to delete multiple contact lists. Use when you have a set of list IDs and want to remove them in bulk. Use after confirming the lists to delete.

Parámetros de entrada

  • listIdsstring[]Obligatorio

    Array of contact list IDs to delete.

  • deleteContactsboolean

    Optional flag to also delete contacts within the specified lists.

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 account workspace limitsGETPROSPECT_GET_ACCOUNT_WORKSPACE_LIMITSAcción

Tool to retrieve workspace limits for the user's account. Use when you need to check current quotas before bulk operations.

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

Get All CompaniesGETPROSPECT_GET_ALL_COMPANIESAcción

Tool to retrieve all companies. Use after obtaining a valid API key. Returns a paginated list of companies for the authenticated user.

Parámetros de entrada

  • sortstring

    Field to sort by

  • orderstringenum

    Sort order: ASC for ascending or DESC for descending

    ASCDESC
  • pageSizeinteger

    Number of items per page, must be >= 1

  • pageNumberinteger

    Page number to retrieve, must be >= 1

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

Tool to retrieve all contacts. Use when you need to list contacts without filters.

Parámetros de entrada

  • sortstring

    Sort field name

  • orderstringenum

    Sort order, either ASC or DESC

    ASCDESC
  • pageSizeinteger

    Number of contacts per page

  • pageNumberinteger

    Page number, starts from 1

  • includeRelationsboolean

    Whether to include related entities

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 All Contact ListsGETPROSPECT_GET_ALL_LISTSAcción

Tool to retrieve all prospect contact lists. Use when you need to list all existing contact lists for an account.

Parámetros de entrada

Sin parámetros.

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

Get Contact Lists CountGETPROSPECT_GET_COUNT_OF_LISTSAcción

Tool to retrieve the total count of contact lists. Use when you need to know how many contact lists exist.

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

Get Single CompanyGETPROSPECT_GET_SINGLE_COMPANYAcción

Tool to retrieve details of a single company by its ID. Use when you have a valid company ID and need its full details.

Parámetros de entrada

  • companyIdstringObligatorio

    Unique identifier of the company to retrieve

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

Tool to retrieve details of a single contact. Use when you have the contact ID and need its full record.

Parámetros de entrada

  • contact_idstringObligatorio

    Unique identifier of the contact to retrieve.

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

Add Contacts to ListGETPROSPECT_POST_ADD_CONTACTS_TO_LISTAcción

Tool to add contacts to a specified list. Use when you need to group existing contacts into a list.

Parámetros de entrada

  • list_idstringObligatorio

    List ID to add contacts to

  • contactsIdsstring[]Obligatorio

    IDs of contacts to add to the list

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

Search CompaniesGETPROSPECT_SEARCH_COMPANIESAcción

Tool to search for companies by name. Use when you have a company name and need to find matching records.

Parámetros de entrada

  • namestringObligatorio

    Company name to search for (full or partial)

  • limitinteger

    Maximum number of results to return

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

Search ContactsGETPROSPECT_SEARCH_CONTACTSAcción

Tool to search for contacts by filters. Use when you need to find contacts matching specific criteria.

Parámetros de entrada

  • sortstring

    Field to sort by (e.g., 'createdAt', 'email').

  • orderstringenum

    Sort direction: ASC for ascending or DESC for descending.

    ASCDESC
  • searchobject

    Free-text search settings for contacts.

  • filtersobject[]

    List of filter conditions for contacts.

  • pageSizeinteger

    Number of items per page, must be >= 1.

  • pageNumberinteger

    Page number to retrieve, must be >= 1.

  • includeRelationsboolean

    Whether to include related entities in the response.

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

Search Contacts in ListGETPROSPECT_SEARCH_CONTACTS_RELATED_TO_LISTAcción

Tool to search contacts in a specific list. Use when you need to filter contacts associated with a given list.

Parámetros de entrada

  • sortstring

    Field to sort by

  • orderstringenum

    Sort order: ASC for ascending or DESC for descending

    ASCDESC
  • list_idstringObligatorio

    Unique identifier of the contact list to search within

  • pageSizeinteger

    Number of items per page, must be >= 1

  • pageNumberinteger

    Page number to retrieve, must be >= 1

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

Search Lists by NameGETPROSPECT_SEARCH_THROUGH_LISTS_BY_NAMEAcción

Tool to search contact lists by name. Use when you need to find lists that match a specific name.

Parámetros de entrada

  • namestringObligatorio

    Substring or full name to search for in contact lists

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

Update CompanyGETPROSPECT_UPDATE_COMPANYAcción

Tool to update details of an existing company. Use when you need to modify company properties after confirming the company exists.

Parámetros de entrada

  • companyIdstringObligatorio

    Unique identifier of the company to update

  • propertiesobject[]Obligatorio

    Array of company property updates

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

Update ContactGETPROSPECT_UPDATE_CONTACTAcción

Tool to update details of an existing contact. Use when you have the contact ID and need to modify its properties or list assignments.

Parámetros de entrada

  • contact_idstringObligatorio

    Unique identifier of the contact to update.

  • propertiesobject[]

    List of contact properties to update; each with a property name and new value.

  • listRelationsstring[]

    List of list IDs to associate the contact with.

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

Update Contact ListGETPROSPECT_UPDATE_LISTAcción

Tool to update a contact list's name. Use when you need to rename an existing list.

Parámetros de entrada

  • namestringObligatorio

    New name for the contact list

  • list_idstringObligatorio

    Unique identifier of the contact list to update

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

Verify Email AddressGETPROSPECT_VERIFY_EMAIL_ADDRESSAcción

Tool to verify an email's deliverability. Use after capturing an email to ensure it's valid.

Parámetros de entrada

  • emailstringObligatorio

    Email address to verify

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