Dromo

Learn how to use Dromo with Composio

Overview

Enum

DROMO

Description

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.

Authentication Details

generic_api_key
stringRequired

Actions

Tool to retrieve a list of all uploads stored by dromo for your organization. use when you need to paginate or filter uploads.

Action Parameters

limit
integer
offset
integer
sort
string
status
string

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

content_type
stringRequired
file
stringRequired
upload_url
stringRequired

Action Response

data
object
error
string
successful
boolean