NAiOS IconNAiOS Logo
Volver al catálogo

Kontent.ai

kontent_ai

Kontent.ai is a headless CMS that delivers content via API, allowing developers to build websites and applications using their preferred frameworks, languages, or libraries.

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

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.

Get Content ItemKONTENT_AI_GET_CONTENT_ITEMAcción

Tool to retrieve a specific content item by its identifier. use after confirming the environment id and item identifier.

Parámetros de entrada

  • environment_idstringObligatorio

    UUID of the target environment/project

  • item_identifierstringObligatorio

    Identifier of the content item. Use internal ID, or prefix with 'external-id/' or 'codename/' for external IDs or codenames respectively.

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

Tool to retrieve a specific language by its id. supports management api directly and delivery api via normalization.

Parámetros de entrada

  • environment_idstringObligatorio

    UUID of the target environment/project

  • language_identifierstringObligatorio

    Identifier of the language. Use internal ID (UUID), or prefix with 'external-id/' for external ID, or 'codename/' for language codename.

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 Language VariantKONTENT_AI_GET_LANGUAGE_VARIANTAcción

Tool to retrieve a specific language variant of a content item. use after confirming the item and language identifiers when needing localized content.

Parámetros de entrada

  • environment_idstringObligatorio

    UUID of the target environment/project

  • language_identifierstringObligatorio

    Identifier of the language variant. Use internal ID, or prefix with 'codename/' for codename of the language.

  • content_item_identifierstringObligatorio

    Identifier of the content item. Use internal ID, or prefix with 'external-id/' or 'codename/' for external IDs or codenames respectively.

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 Content ItemsKONTENT_AI_LIST_CONTENT_ITEMSAcción

Tool to list content items from the delivery api. use when fetching content items for a specified environment, optionally providing a continuation token for pagination.

Parámetros de entrada

  • environment_idstringObligatorio

    UUID of the target environment/project

  • continuation_tokenstring

    Continuation token 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

List Content TypesKONTENT_AI_LIST_CONTENT_TYPESAcción

Tool to list content types within a kontent.ai environment. use when you need to retrieve a paginated list of content type definitions. use after confirming the environment id.

Parámetros de entrada

  • continuationstring

    Continuation token from a previous response to fetch the next page.

  • environment_idstringObligatorio

    ID of the target environment (project).

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

Tool to list languages in a kontent.ai project. use when you need to retrieve all languages for a specified environment after confirming the project id.

Parámetros de entrada

  • skipinteger

    Number of items to skip for pagination

  • limitinteger

    Maximum number of items to return

  • orderstring

    Specifies the ordering of languages, e.g., codename[asc]

  • environment_idstringObligatorio

    UUID of the target environment/project

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