NAiOS IconNAiOS Logo
Volver al catálogo

API Labz

api_labz

API Labz offers a comprehensive suite of AI-driven APIs and tools designed to streamline workflows, automate tasks, and build innovative applications.

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

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.

Validate IBANAPI_LABZ_IBAN_VALIDATORAcción

Tool to validate international bank account numbers (ibans). use when you need to verify an iban's structure before processing transactions.

Parámetros de entrada

  • ibanstringObligatorio

    The IBAN to validate, e.g., 'GB82WEST12345698765432'

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

Integrate DealAPI_LABZ_INTEGRATE_DEALAcción

Tool to integrate a deal into api labz. use when you need to push a new or updated deal record into the system after preparing required fields.

Parámetros de entrada

  • titlestringObligatorio

    Title of the deal

  • amountnumberObligatorio

    Monetary value of the deal, must be non-negative

  • dealIdstringObligatorio

    Unique identifier for the deal

  • statusstringObligatorio

    Current status of the deal, e.g., open, closed

  • currencystring

    Currency code for the amount, e.g., USD, EUR

  • customFieldsobject

    Additional custom fields as key/value pairs

Parámetros de salida

  • dataobject

    Details of the created or updated deal

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response message or error details

  • successbooleanObligatorio

    Whether the deal was successfully integrated

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Airtable TablesAPI_LABZ_LIST_TABLESAcción

Tool to list all airtable tables for a given base. use when you need to retrieve table names before interacting with a table.

Parámetros de entrada

  • base_idstringObligatorio

    The Airtable base ID to fetch tables from.

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

Trello AI Search EngineAPI_LABZ_TRELLO_AI_SEARCH_ENGINEAcción

Tool to search trello boards, lists, and cards using ai-driven queries. use when you need to quickly locate relevant trello cards, lists, or boards.

Parámetros de entrada

  • limitinteger

    Number of results to return (must be >= 1).

  • querystringObligatorio

    The search query string.

  • listIdstring

    Filter results to a specific list by its ID.

  • boardIdstring

    Filter results to a specific board by its ID.

  • includeArchivedboolean

    Whether to include archived cards.

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