Dromo
dromoDromo is an intuitive spreadsheet importer that integrates seamlessly with your product, enabling users to match columns, correct errors, perform complex validations, transform values, and upload perfectly formatted data.
Acciones disponibles (2)
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.
List UploadsDROMO_LIST_UPLOADSAcciónTool to retrieve a list of all uploads stored by dromo for your organization. use when you need to paginate or filter uploads.
DROMO_LIST_UPLOADSAcciónTool to retrieve a list of all uploads stored by dromo for your organization. use when you need to paginate or filter uploads.
Parámetros de entrada
sortstringenumSort order for results.
created_at-created_atupdated_at-updated_atlimitintegerLimit for number of uploads to return (pagination). Default 20, max 100.
offsetintegerOffset from the start of the list (pagination). Default 0.
statusstringenumFilter uploads by status.
pendingprocessingreadycompletederror
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
Upload File To Headless ImportDROMO_UPLOAD_FILE_TO_HEADLESS_IMPORTAcciónTool to upload a file to a headless import. use after obtaining a signed upload url from dromo. performs an http put of raw bytes to the provided signed url.
DROMO_UPLOAD_FILE_TO_HEADLESS_IMPORTAcciónTool to upload a file to a headless import. use after obtaining a signed upload url from dromo. performs an http put of raw bytes to the provided signed url.
Parámetros de entrada
filestringObligatoriobinaryRaw file data in bytes to be uploaded
upload_urlstringObligatoriouriSigned URL that grants temporary permission to upload the file via HTTP PUT
content_typestringObligatorioMIME type of the file, e.g., 'application/pdf' or 'image/png'
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