Cloudpress
cloudpressCloudpress enables exporting content from Google Docs and Notion to various Content Management Systems.
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ónTool to retrieve authenticated account information. use after authentication to get current account details.
CLOUDPRESS_GET_ACCOUNT_INFORMATIONAcciónTool to retrieve authenticated account information. use after authentication to get current account details.
Parámetros de entrada
Sin parámetros.
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
List ConnectionsCLOUDPRESS_LIST_CONNECTIONSAcciónTool 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.
CLOUDPRESS_LIST_CONNECTIONSAcciónTool 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
kindstringenumThe kind of connection to filter by. Cannot be used in conjunction with type.
sourcedestinationtypestringenumThe type of connection to filter by. Cannot be used in conjunction with kind.
CONTENTFULKENTICONOTIONSANITYWEBFLOWWORDPRESSpageNointegerThe page of results you would like to return. Starts at 1.
pageSizeintegerThe number of items to return per page. Default is 50.
propertiesobjectThe connection properties to filter by. Can only be used in conjunction with type.
sourceReferencestringAn optional source document reference. If provided, lastExport indicates when this document was last exported.
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
List Document ExportsCLOUDPRESS_LIST_DOCUMENT_EXPORTSAcciónTool to retrieve a paginated list of document exports. use after initiating export jobs to fetch export history.
CLOUDPRESS_LIST_DOCUMENT_EXPORTSAcciónTool to retrieve a paginated list of document exports. use after initiating export jobs to fetch export history.
Parámetros de entrada
pageNointegerPage number to return, must be >= 1.
pageSizeintegerNumber of items per page, must be >= 1. Defaults to 50.
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
List WebhooksCLOUDPRESS_LIST_WEBHOOKSAcciónTool to retrieve a paginated list of webhooks. use when you need an overview of all configured webhooks.
CLOUDPRESS_LIST_WEBHOOKSAcciónTool 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
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