NAiOS IconNAiOS Logo
Volver al catálogo

Icypeas

icypeas

Icypeas is an email discovery and verification tool that allows users to find and verify professional email addresses using first name, last name, and company domain.

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

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.

Bulk Email SearchICYPEAS_BULK_EMAIL_SEARCHAcción

Tool to start a bulk email search job. Use when you have up to 5000 names and domains to batch-find emails via the ICYPEAS bulk-search endpoint.

Parámetros de entrada

  • dataarray[]Obligatorio

    Rows to analyze: each tuple [firstname, lastname, domainOrCompany]; at least one of firstname/lastname must be provided

  • namestringObligatorio

    User-defined name for this bulk search job

  • taskstring

    Must be 'email-search' for bulk email lookups

  • customobject

    Extra options for webhook callbacks and tracking per row.

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

Check Search ProgressICYPEAS_CHECK_PROGRESSAcción

Tool to check the progress of a search by its ID. Use after initiating a single or bulk search to poll for its processing status.

Parámetros de entrada

  • idstringObligatorio

    ID of the search item (mode='single') or bulk file (mode='bulk').

  • modestringObligatorioenum

    Whether to fetch single-search progress or bulk file progress.

    singlebulk
  • nextboolean

    Pagination direction: true for next page, false for previous.

  • typestring

    (mode='single' only) Optional filter by task type, e.g., 'email-search'.

  • limitinteger

    Number of records to fetch. For single: max 100 (default 10); for bulk: max 50 (default 10).

  • sortsarray

    Pagination state array returned from prior call; required when paginating.

  • statusstringenum

    (mode='bulk' only) Filter bulk files by status.

    in_progressdone

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

Domain ScanICYPEAS_DOMAIN_SCANAcción

Tool to scan a domain for role-based email addresses. Use when you need to discover all role-based emails for a specific domain.

Parámetros de entrada

  • customobject

    Optional customization parameters for the scan

  • domainOrCompanystringObligatorio

    The domain or company name to scan for role-based email addresses

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

Fetch Bulk Search InfoICYPEAS_FETCH_BULK_SEARCH_INFOAcción

Tool to fetch information about bulk search files. Use when you need status and pagination details after initiating bulk search operations.

Parámetros de entrada

  • filestring

    Filter by a specific bulk search file ID

  • nextboolean

    Pagination direction: true for next page, false for previous page

  • limitinteger

    Limit of files to fetch (default 10, max 50)

  • sortsarray[]

    Pagination cursor from previous response

  • statusstringenum

    Filter by status: 'in_progress' or 'done'

    in_progressdone

Parámetros de salida

  • dataobject[]Obligatorio

    List of bulk search file objects with their details

  • errorstring

    Error if any occurred during the execution of the action

  • sortsarray[]Obligatorio

    New pagination cursor for subsequent requests

  • totalintegerObligatorio

    Total number of matching bulk search files

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch Subscription InformationICYPEAS_FETCH_SUBSCRIPTION_INFOAcción

Tool to fetch subscription and credit info. Use after obtaining a valid API key.

Parámetros de entrada

  • emailstringObligatorio

    The email of the user whose subscription details are to be retrieved.

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

Tool to search companies in Icypeas database. Use when you need to find companies matching filters like industry, location, or headcount.

Parámetros de entrada

  • queryobjectObligatorio

    Search filters object containing various field filters.

  • paginationobject

    Pagination parameters for retrieving additional pages of results.

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

Tool to find a single company profile URL using a company name or domain. Use when you need to initiate a profile-URL search for a given company identifier.

Parámetros de entrada

  • companyOrDomainstringObligatorio

    Either the full company name or its website domain.

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

Tool to search for people in the leads database. Use when you need to filter people by name, title, company, and other attributes.

Parámetros de entrada

  • queryobjectObligatorio

    Search filters: include/exclude lists per field.

  • paginationobject

    Pagination settings for multi-page results.

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

Tool to find a single profile URL. Use after confirming first name, last name, and either company/domain or job title. Example: "Find the LinkedIn URL for Pierre Landoin at icypeas.com."

Parámetros de entrada

  • jobTitlestring

    Prospect's job title (optional if companyOrDomain provided)

  • lastnamestringObligatorio

    Last name of the prospect

  • firstnamestringObligatorio

    First name of the prospect

  • companyOrDomainstring

    Company name or domain (optional if jobTitle provided)

Parámetros de salida

  • urlstring

    Found profile URL, if any

  • dataobjectObligatorio

    Full raw JSON response from the API

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find Profile URLs BulkICYPEAS_FIND_PROFILE_URLS_BULKAcción

Tool to perform bulk search for profile URLs. Use when you need to resolve multiple prospects' profile URLs at once.

Parámetros de entrada

  • dataobject[]Obligatorio

    List of profiles to search (max 50 items)

  • typestringObligatorio

    Must be 'profile' for profile URL bulk 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

Find Single EmailICYPEAS_FIND_SINGLE_EMAILAcción

Tool to discover a single email address using a person's first or last name with a company domain or name. Use when needing to retrieve a prospect's specific email before outreach.

Parámetros de entrada

  • customobject

    Optional container for webhook and external tracking data.

  • lastnamestring

    Prospect’s last name; required if firstname is omitted

  • firstnamestring

    Prospect’s first name; required if lastname is omitted

  • domainOrCompanystringObligatorio

    The person’s company domain or company name

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

Retrieve Search ResultsICYPEAS_RETRIEVE_SEARCH_RESULTSAcción

Tool to retrieve the results of a search by ID or to paginate through bulk search results. Use after initiating a search to fetch individual or multiple search results.

Parámetros de entrada

  • idstring

    _id of the single result (required if mode='single')

  • filestring

    Bulk-file identifier (required if mode='bulk')

  • modestringObligatorioenum

    Choose 'single' for one item or 'bulk' for bulk-file search

    singlebulk
  • nextboolean

    Pagination direction: true for next page, false for previous

  • typestringenum

    Task filter for single-mode only (not allowed when mode='bulk')

    email-searchdomain-scanemail-verification
  • limitinteger

    Number of results per page (default 10, max 100)

  • sortsarray[]

    Pagination cursor from previous 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

Scrape CompanyICYPEAS_SCRAPE_COMPANYAcción

Tool to scrape company profile information from a LinkedIn company URL. Use when you have a company LinkedIn URL to retrieve detailed company data.

Parámetros de entrada

  • urlstringObligatoriouri

    LinkedIn company profile URL to scrape.

Parámetros de salida

  • dataobjectObligatorio

    Full raw JSON response from the API.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Scrape ProfileICYPEAS_SCRAPE_PROFILEAcción

Tool to initiate scraping of a LinkedIn profile. Use when you have a public LinkedIn profile URL and need a job ID and status to later fetch full details.

Parámetros de entrada

  • urlstringObligatorio

    LinkedIn profile URL to scrape (required; must be a valid URL)

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

Setup NotificationsICYPEAS_SETUP_NOTIFICATIONSAcción

Tool to set up push notifications. Use when you need to receive real-time updates about your searches. Note: Icypeas requires webhook configuration via the dashboard UI; no public API endpoint exists for setup.

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

Statistics Bulk SearchICYPEAS_STATISTICS_BULK_SEARCHAcción

Tool to parse bulk search statistics webhook. Use when processing the completion notification of a bulk search.

Parámetros de entrada

  • dataobjectObligatorio

    Bulk search summary and details

  • signaturestringObligatorio

    HMAC-SHA1 signature of the payload

  • timestampstringObligatorio

    ISO 8601 timestamp used to compute signature

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