# Dromo AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://dromo.io/

## Tools available

**8** tools available. First 8:

- `DROMO_CREATE_HEADLESS_IMPORT` — Create Headless Import — Tool to create a headless import in Dromo. Returns a signed upload URL for file uploads. Use this before uploading files to obtain the temporary upload URL.
- `DROMO_CREATE_IMPORT_SCHEMA` — Create Import Schema — Tool to create a new import schema in Dromo. Define fields, validation rules, and settings for data imports. Use this when setting up a new data import workflow or template.
- `DROMO_DELETE_IMPORT_SCHEMA` — Delete Import Schema — Tool to delete an import schema in Dromo. Use when you need to remove a schema definition that is no longer needed. This action is irreversible.
- `DROMO_GET_IMPORT_SCHEMA` — Get Import Schema — Tool to retrieve an import schema by ID from Dromo. Returns the complete schema definition including fields, validation rules, settings, and webhook configurations. Use this to inspect schema structure, validate field requirements, or retrieve configuration details before creating imports.
- `DROMO_LIST_IMPORT_SCHEMAS` — List Import Schemas — Tool to retrieve all import schemas configured for your Dromo organization. Use this to discover available schemas, their field definitions, validation rules, and settings before creating imports.
- `DROMO_LIST_UPLOADS` — List Uploads — Retrieves a paginated list of all file uploads stored by Dromo for your organization. Returns upload metadata including status, row counts, errors, user information, and file details. Use this to monitor import progress, track upload history, or retrieve upload IDs for further processing.
- `DROMO_UPDATE_IMPORT_SCHEMA` — Update Import Schema — Tool to update an existing import schema in Dromo. Modifies the schema definition including fields, validation rules, and settings. Use when you need to change field configurations, add/remove validators, or update import settings for an existing schema.
- `DROMO_UPLOAD_FILE_TO_HEADLESS_IMPORT` — Upload File To Headless Import — Upload a file to Dromo's headless import system using a presigned S3 URL. This action performs the actual file upload step in Dromo's headless import workflow: 1. First, create a headless import via POST to /headless/imports/ to get an upload URL 2. Then, use this action to upload the file to that URL 3. Dromo automatically processes the file once the upload completes The upload URL is valid for 30 minutes. This action performs an HTTP PUT request with the file content to the provided presigned S3 URL.

## Auth

Auth schemes: `API_KEY`.

## How agents use Dromo

Inside a Definable workflow, Dromo is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Dromo** — the Researcher (GPT-5.5) pulls context from Dromo (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Dromo** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Dromo (create record, post message, draft email).
- **Designer / Engineer → Distributor → Dromo** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Dromo (attach file, open PR comment, post status).

The Verifier checks every Dromo call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- spreadsheets — https://definable.ai/apps/category/spreadsheets/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/dromo/
- Same category (spreadsheets): https://definable.ai/apps/category/spreadsheets/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
