API Labz
api_labzAPI Labz offers a comprehensive suite of AI-driven APIs and tools designed to streamline workflows, automate tasks, and build innovative applications.
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ónTool to validate international bank account numbers (ibans). use when you need to verify an iban's structure before processing transactions.
API_LABZ_IBAN_VALIDATORAcciónTool to validate international bank account numbers (ibans). use when you need to verify an iban's structure before processing transactions.
Parámetros de entrada
ibanstringObligatorioThe IBAN to validate, e.g., 'GB82WEST12345698765432'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Integrate DealAPI_LABZ_INTEGRATE_DEALAcciónTool 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.
API_LABZ_INTEGRATE_DEALAcciónTool 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
titlestringObligatorioTitle of the deal
amountnumberObligatorioMonetary value of the deal, must be non-negative
dealIdstringObligatorioUnique identifier for the deal
statusstringObligatorioCurrent status of the deal, e.g., open, closed
currencystringCurrency code for the amount, e.g., USD, EUR
customFieldsobjectAdditional custom fields as key/value pairs
Parámetros de salida
dataobjectDetails of the created or updated deal
errorstringError if any occurred during the execution of the action
messagestringResponse message or error details
successbooleanObligatorioWhether the deal was successfully integrated
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Airtable TablesAPI_LABZ_LIST_TABLESAcciónTool to list all airtable tables for a given base. use when you need to retrieve table names before interacting with a table.
API_LABZ_LIST_TABLESAcciónTool 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_idstringObligatorioThe Airtable base ID to fetch tables from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Trello AI Search EngineAPI_LABZ_TRELLO_AI_SEARCH_ENGINEAcciónTool to search trello boards, lists, and cards using ai-driven queries. use when you need to quickly locate relevant trello cards, lists, or boards.
API_LABZ_TRELLO_AI_SEARCH_ENGINEAcciónTool 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
limitintegerNumber of results to return (must be >= 1).
querystringObligatorioThe search query string.
listIdstringFilter results to a specific list by its ID.
boardIdstringFilter results to a specific board by its ID.
includeArchivedbooleanWhether to include archived cards.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not