NAiOS IconNAiOS Logo
Volver al catálogo

Dromo

dromo

Dromo 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
2
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 (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ón

Tool 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

  • sortstringenum

    Sort order for results.

    created_at-created_atupdated_at-updated_at
  • limitinteger

    Limit for number of uploads to return (pagination). Default 20, max 100.

  • offsetinteger

    Offset from the start of the list (pagination). Default 0.

  • statusstringenum

    Filter uploads by status.

    pendingprocessingreadycompletederror

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

Upload File To Headless ImportDROMO_UPLOAD_FILE_TO_HEADLESS_IMPORTAcción

Tool 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

  • filestringObligatoriobinary

    Raw file data in bytes to be uploaded

  • upload_urlstringObligatoriouri

    Signed URL that grants temporary permission to upload the file via HTTP PUT

  • content_typestringObligatorio

    MIME type of the file, e.g., 'application/pdf' or 'image/png'

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