NAiOS IconNAiOS Logo
Volver al catálogo

Klipfolio

klipfolio

Klipfolio is a cloud-based business intelligence platform that enables users to create and share real-time dashboards and reports.

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.

Append Data to Data SourceKLIPFOLIO_APPEND_DATA_TO_DATA_SOURCEAcción

This tool appends plain-text or csv data to an existing data source in klipfolio. it requires two parameters: 'data' which contains the data in plain-text or csv format, and 'data source id' which specifies the target data source.

Parámetros de entrada

  • datastringObligatorio

    The plain-text or CSV data to append to the data source

  • data_source_idstringObligatorio

    The ID of the data source to append data to

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 Data SourceKLIPFOLIO_CREATE_DATA_SOURCEAcción

This tool creates a new data source in klipfolio. it uses the post /datasources endpoint to add a data source with required parameters (name, format, connector, endpointurl) and optional parameters (description, refreshinterval, method, additionalproperties).

Parámetros de entrada

  • namestringObligatorio

    The name of the data source

  • formatstringObligatorio

    The format of the data source (e.g., csv, json, xml)

  • methodstring

    The HTTP method to use for the data source

  • connectorstringObligatorio

    The connector type (e.g., simple_rest, google_analytics, etc.)

  • descriptionstringObligatorio

    A description of the data source

  • endpoint_urlstringObligatorio

    The URL endpoint for the data source

  • refresh_intervalinteger

    The refresh interval in seconds

  • additional_propertiesobject

    Additional properties specific to the connector type

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 Tab (Dashboard)KLIPFOLIO_CREATE_TABAcción

This tool creates a new tab (dashboard) in klipfolio. a tab serves as a container for organizing and displaying klips (data visualizations) in a meaningful way. the tool allows users to set up a new dashboard with specific properties and configurations.

Parámetros de entrada

  • namestringObligatorio

    The name of the new dashboard/tab.

  • client_idstring

    Optional client ID to associate the dashboard with a specific client.

  • descriptionstringObligatorio

    A brief description of the dashboard/tab.

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 Data SourceKLIPFOLIO_DELETE_DATA_SOURCEAcción

This tool permanently removes a specified data source from the klipfolio account. this operation is destructive and cannot be undone. the data source must not be currently in use, and proper permissions are required.

Parámetros de entrada

  • datasource_idstringObligatorio

    The unique identifier of the data source to be deleted.

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 Dashboard DetailsKLIPFOLIO_GET_DASHBOARDAcción

This tool retrieves detailed information about a specific dashboard (formerly known as tab) in klipfolio. it allows users to obtain comprehensive information including properties, settings, and metadata of the dashboard.

Parámetros de entrada

  • dashboard_idstringObligatorio

    The unique identifier of the dashboard to retrieve.

  • include_associationsboolean

    Include associations in the listing (klip_instances, share_rights).

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 Data Source Instance DetailsKLIPFOLIO_GET_DATA_SOURCE_INSTANCEAcción

This tool retrieves detailed information about a specific data source instance in klipfolio. it can return data in either json or csv format depending on the data source type.

Parámetros de entrada

  • instance_idstringObligatorio

    The unique identifier of the data source instance to retrieve details for

Parámetros de salida

  • dataobject

    The data source instance details or CSV content

  • errorstring

    Error if any occurred during the execution of the action

  • formatstring

    The format of the data (json or csv)

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • successfullboolean

    Whether the request was successful

Get KlipsKLIPFOLIO_GET_KLIPSAcción

This tool retrieves a list of all klips accessible to the authenticated user. klips are visualization components in klipfolio that display data in various formats like charts, tables, or metrics.

Parámetros de entrada

  • limitinteger

    Maximum number of results to return

  • offsetinteger

    Number of records to skip before starting to return data

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 User ProfileKLIPFOLIO_GET_PROFILEAcción

This tool is used to retrieve the authenticated user's profile information and test the authentication status. it verifies api connectivity and access permissions by returning profile details such as user id, username, email, company information, role and permissions, and account status.

Parámetros de entrada

  • include_rolesboolean

    Include the user's roles in the response

  • include_groupsboolean

    Include the user's groups 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

List All Data SourcesKLIPFOLIO_LIST_DATA_SOURCESAcción

This tool retrieves a list of all data sources associated with an authenticated klipfolio account. it supports optional query parameters for pagination (limit and offset) and filtering by client id. the response includes details for each data source such as id, name, description, format, connector type, refresh interval, and timestamps.

Parámetros de entrada

  • limitinteger

    Maximum number of data sources to return

  • offsetinteger

    Number of data sources to skip

  • client_idstring

    ID of the client to retrieve data sources for

Parámetros de salida

  • dataobjectObligatorio

    Response data containing list of data sources

  • metaobjectObligatorio

    Metadata about the response

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Refresh Multiple Data SourcesKLIPFOLIO_REFRESH_MULTIPLE_DATA_SOURCESAcción

This tool allows users to refresh multiple data sources in klipfolio simultaneously. it queues the specified data sources for refresh, updating their data from their respective sources. the tool automatically refreshes all available data sources associated with the authenticated account if no specific data source ids are provided.

Parámetros de entrada

  • datasource_idsstring[]Obligatorio

    List of data source IDs to refresh

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 Data SourceKLIPFOLIO_UPDATE_DATA_SOURCEAcción

This tool allows you to replace/update the data in an existing klipfolio data source. it completely replaces the existing data with new data in the specified data source. the tool requires new data (in plain-text or csv format) to be provided and updates the data source accordingly.

Parámetros de entrada

  • datastringObligatorio

    The plain-text or CSV data to replace the existing data in the data source

  • data_source_idstringObligatorio

    The ID of the data source 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