list_uploads
List Uploads
Lists all completed imports (uploads) in your Dromo account. Returns an overview of each upload including status, row counts, and field information.
list_uploads
Lists all completed imports (uploads) in your Dromo account. Returns an overview of each upload including status, row counts, and field information.
delete_schema
Permanently deletes an import schema. Any imports or headless imports referencing this schema will no longer be able to use it.
get_schema
Retrieves full details of a specific import schema by ID, including all field definitions, validation rules, alternate matches, and settings.
get_headless_import
Retrieves the status and details of a specific headless import. If the import is successful, also fetches the pre-signed download URL for the processed data.
delete_headless_import
Permanently deletes a headless import and all associated data. This action cannot be undone.
create_schema
Creates a new import schema defining the expected fields and their properties. Schemas are used to configure how data is matched, validated, and transformed during imports.
create_headless_import
Creates a new headless (server-side) import. You can either provide a filename to get a pre-signed upload URL for file upload, or provide structured JSON data directly via the `initialData` parameter.
update_schema
Updates an existing import schema. Replaces the schema's name, fields, and settings with the provided values.
list_headless_imports
Lists all headless imports in your Dromo account. Returns an overview of each import including status, schema, filename, and creation date.
delete_upload
Permanently deletes an upload and all associated data. This action cannot be undone.
list_schemas
Lists all import schemas configured in your Dromo account. Schemas define the fields expected during data imports, including field types, labels, and validation rules.
get_upload
Retrieves detailed metadata for a specific upload, including filename, user info, timestamps, row count, and a download URL for the imported data.
Import, validate, and transform spreadsheet data from CSV, Excel, TSV, and other file formats. Create and manage import schemas with custom field types and validation rules. Run headless (server-side) imports programmatically or use an embeddable widget for user-driven uploads. Retrieve cleaned import results and metadata, including row counts, filenames, and download URLs. Configure webhooks to receive notifications on import completion, review needs, or failures. Export processed data as CSV, Excel, or JSON. Apply custom data transformations and validations via hooks, and integrate with third-party services like Google Drive, OneDrive, Slack, and HubSpot.
Common questions about connecting Dromo to AI agents with Metorial.