NAiOS IconNAiOS Logo
Volver al catálogo

Cloudpress

cloudpress

Cloudpress enables exporting content from Google Docs and Notion to various Content Management Systems.

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.

Get Account InformationCLOUDPRESS_GET_ACCOUNT_INFORMATIONAcción

Tool to retrieve authenticated account information. use after authentication to get current account details.

Parámetros de entrada

Sin parámetros.

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

Tool to list all connections with pagination. use when you need to retrieve cloudpress connections page by page with optional filters like kind, type, or sourcereference.

Parámetros de entrada

  • kindstringenum

    The kind of connection to filter by. Cannot be used in conjunction with type.

    sourcedestination
  • typestringenum

    The type of connection to filter by. Cannot be used in conjunction with kind.

    CONTENTFULKENTICONOTIONSANITYWEBFLOWWORDPRESS
  • pageNointeger

    The page of results you would like to return. Starts at 1.

  • pageSizeinteger

    The number of items to return per page. Default is 50.

  • propertiesobject

    The connection properties to filter by. Can only be used in conjunction with type.

  • sourceReferencestring

    An optional source document reference. If provided, lastExport indicates when this document was last exported.

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 Document ExportsCLOUDPRESS_LIST_DOCUMENT_EXPORTSAcción

Tool to retrieve a paginated list of document exports. use after initiating export jobs to fetch export history.

Parámetros de entrada

  • pageNointeger

    Page number to return, must be >= 1.

  • pageSizeinteger

    Number of items per page, must be >= 1. Defaults to 50.

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

Tool to retrieve a paginated list of webhooks. use when you need an overview of all configured webhooks.

Parámetros de entrada

Sin parámetros.

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