NAiOS IconNAiOS Logo
Volver al catálogo

Contentful

contentful

Contentful is a headless CMS allowing developers to create, manage, and distribute content across multiple channels and devices with an API-first approach

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
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 (3)

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

Retrieves details of a specific space by its id. this action is used to get information about a single space in contentful.

Parámetros de entrada

  • space_idstringObligatorio

    ID of the space to retrieve

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

Lists all spaces that the authenticated user has access to in contentful. this is a fundamental operation needed before performing any other content management actions since most operations require a space id.

Parámetros de entrada

  • skipinteger

    Number of spaces to skip for pagination

  • limitinteger

    Maximum number of spaces to return (default: 100, max: 1000)

  • orderstring

    Order spaces by field (e.g. 'sys.createdAt' or '-sys.createdAt')

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

Updates the name of a specific space. notes: - the version number is required to ensure you're updating the latest version of the space. - you can get the current version from the sys.version field when fetching space details. - only the name of the space can be updated.

Parámetros de entrada

  • namestringObligatorio

    New name for the space

  • versionintegerObligatorio

    Current version of the space. Required for version control.

  • space_idstringObligatorio

    ID of the space 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