NAiOS IconNAiOS Logo
Volver al catálogo

1password

_1password

Password manager and digital vault for secure credential storage and team collaboration

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

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.

Count Companies_1PASSWORD_COUNT_COMPANIESAcción

Returns the total count of companies matching the specified search criteria and filters. This endpoint accepts the same filtering parameters as the search endpoint but returns only the count. Useful for determining result set sizes before fetching actual company data.

Parámetros de entrada

  • typestring[]

    Filter by company type

  • querystring

    Search query for company name or domain

  • citiesinteger[]

    Filter by city IDs (use /geo/cities endpoint to get valid IDs)

  • statesinteger[]

    Filter by state IDs (use /geo/states endpoint to get valid IDs)

  • excludeobject

    Filters to exclude from results

  • regionsstring[]

    Filter by geographic regions

  • requirestring[]

    Required features that companies must have

  • revenuestring[]

    Filter by revenue ranges

  • categorystring[]

    Filter by industry categories

  • keywordsstring[]

    Filter by keywords

  • countriesstring[]

    Filter by countries using 2-letter ISO country codes

  • employeesstring[]

    Filter by employee count ranges

  • naicsCodestring[]

    Filter by NAICS industry classification codes

  • foundedYearobject

    Filter by year founded (min/max range)

  • fundingYearobject

    Filter by funding year (min/max range)

  • technologiesstring[]

    Filter by technologies used

  • fundingAmountobject

    Filter by funding amount (min/max range)

  • fundingRoundsstring[]

    Filter by funding rounds

  • categoryOperatorstring

    Operator for category filters: 'And' or 'Or'

  • keywordsOperatorstring

    Operator for keywords filters: 'And' or 'Or'

  • technologiesOperatorstring

    Operator for technologies filters: 'And' or 'Or'

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 Search Export Job_1PASSWORD_CREATE_SEARCH_EXPORT_JOBAcción

Creates an asynchronous search export job for companies matching specified criteria. Returns a job ID that can be used to track the progress and retrieve results when complete. Use this action to export large datasets of company information matching your search filters.

Parámetros de entrada

  • countintegerObligatorio

    Number of companies to export (required, between 1 and 1000000)

  • expandstring[]

    List of additional fields to include in the export (e.g., 'workforce')

  • searchobjectObligatorio

    Search criteria for filtering companies

  • webhook_urlstring

    URL to receive a webhook notification when the export job completes

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

Finds companies similar to a specified company based on shared attributes and characteristics. Returns a list of similar companies with their details including name, domain, description, industry, and location. Use this action to discover companies with comparable business profiles for lead generation or competitive analysis.

Parámetros de entrada

  • limitinteger

    Maximum number of similar companies to return in the response.

  • domainstringObligatorio

    The domain of the company to find similar companies for (e.g., 'google.com').

  • offsetinteger

    Number of results to skip for pagination.

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

Returns all geographical regions available in CompanyEnrich. Each region includes its identifier, parent region (if applicable), name, and associated country codes. Use this action to discover available regions for filtering or geographical analysis.

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 Bulk Enrichment Jobs_1PASSWORD_LIST_BULK_ENRICHMENT_JOBSAcción

Lists all bulk enrichment jobs for the authenticated user. Returns a paginated list with optional filtering by job status. Supports pagination via page and pageSize parameters. No credits are deducted for this read-only operation.

Parámetros de entrada

  • pageinteger

    Page number for pagination. Defaults to 1 if not specified.

  • statusstring

    Filter jobs by status: pending, processing, completing, completed, or failed.

  • pageSizeinteger

    Number of items per page. Range: 1-100. Defaults to 20 if not specified.

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

Tool to list all members of a group in your Roam workspace. Use when you need to view who is in a specific group. Note: The group must be public in the user's Roam, or the app must be a member of the group.

Parámetros de entrada

  • groupstringObligatorio

    The group address (TaggedUUID format, e.g., G-13137f22-926c-4323-baf7-9c953bdccf99)

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

Lists all meetings in your home Roam, filtered by date range. Supports pagination via cursor and limiting the number of results. Returns meeting details including meeting ID, room, time, and participants. Use this action to discover available meetings in your Roam workspace.

Parámetros de entrada

  • afterstring

    Filter for meetings that started after this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime.

  • limitinteger

    Number of meetings to return per response.

  • beforestring

    Filter for meetings that started before this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime. Defaults to now if not specified.

  • cursorstring

    Opaque cursor from a previous response to fetch the next page of results. Do not construct cursors manually.

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

Lists all transcripts in your Roam workspace, filtered by date range. Supports pagination via cursor and limiting the number of results. Returns transcript metadata (id, meetingId, start, end, participants) without full content. Use this action to discover available transcripts before retrieving detailed content.

Parámetros de entrada

  • afterstring

    Filter for transcripts that started after this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime.

  • limitinteger

    Number of transcripts to return.

  • beforestring

    Filter for transcripts that started before this date/time (UTC). Format: YYYY-MM-DD or RFC-3339 datetime.

  • cursorstring

    Opaque cursor from a previous response to fetch the next page 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

Remove group members_1PASSWORD_REMOVE_GROUP_MEMBERSAcción

Tool to remove one or more members from a group in your Roam workspace. Use when you need to remove users from a specific group. Note: The group must be public in the user's Roam, or the app must be a member of the group to remove members. Admin role members cannot be removed yet.

Parámetros de entrada

  • groupstringObligatorio

    The group address (TaggedUUID format, e.g., G-13137f22-926c-4323-baf7-9c953bdccf99)

  • membersstring[]Obligatorio

    List of member IDs to remove (TaggedUUID format, e.g., U-a86af3af-7d0b-4d4c-8392-85ffdf30881e)

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

Searches for companies based on a query string. Returns a list of companies with their details including name, domain, description, industry, and location. Use this action to discover companies matching specific criteria or to enrich company data.

Parámetros de entrada

  • limitinteger

    Maximum number of companies to return in the response.

  • querystringObligatorio

    Search query to find companies. Can include company name, domain, or other identifying information.

  • offsetinteger

    Number of results to skip for pagination.

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

Tool to search states by name or country codes. Returns up to 100 states per page. Use when you need to find states within a country or search states by name.

Parámetros de entrada

  • pageinteger

    The page number to retrieve (1-indexed).

  • querystring

    The search query for state name (max 30 characters).

  • country_codesstring[]

    List of country codes to filter states by (e.g., ['US', 'CA']).

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