# Tomba AI integration on Definable

> Tomba is an Email Finder for B2B sales and email marketing.

## What this connects

Tomba is an Email Finder for B2B sales and email marketing.

Vendor: https://app.tomba.io/auth/register

## Tools available

**10** tools available. First 10:

- `TOMBA_ATTRIBUTES_LIST` — List Lead Attributes — Retrieves all custom lead attributes defined in your Tomba account. Use this action to discover the available attributes that can be used when creating or updating leads. Returns attribute metadata including name, identifier, type, and timestamps. No input parameters required.
- `TOMBA_DOMAIN_STATUS` — Domain Status — Tool to check if a domain is webmail or disposable. Use when validating email deliverability constraints.
- `TOMBA_KEYS_DELETE` — Delete API Key by ID — Tool to delete an API key by its numeric ID. Use when you need to permanently revoke an API key before its expiration. Note: You can get the numeric key ID from the TOMBA_KEYS_LIST action.
- `TOMBA_KEYS_LIST` — List API Keys — Tool to list all API keys. Use when you want to retrieve information about your existing Tomba API keys.
- `TOMBA_LEADS_CREATE` — Create Lead — Create a new lead in Tomba's lead database. Use this to store contact information for a person you want to track. Returns the unique ID of the created lead. Required fields: first_name, email. All other fields are optional.
- `TOMBA_LEADS_LIST` — List Leads — Tool to list all leads. Use when you need to retrieve and paginate your leads list.
- `TOMBA_LISTS_DELETE` — Delete Leads List by ID — Tool to delete a leads list by ID. Use when you need to permanently remove a list after confirming its ID.
- `TOMBA_LISTS_LIST` — List Lead Lists — Tool to list all lead lists. Use when you need to retrieve and paginate your lead lists.
- `TOMBA_LISTS_UPDATE` — Update Leads List — Tool to update a leads list's name by ID. Use when renaming an existing list after obtaining its ID.
- `TOMBA_USAGE_STATS` — Get Usage Statistics — Tool to get API usage statistics. Use when you need to monitor account usage and avoid hitting limits.

## Auth

Auth schemes: `API_KEY`.

## How agents use Tomba

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

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

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

## Categories

- sales & crm — https://definable.ai/apps/category/sales-&-crm/
- email — https://definable.ai/apps/category/email/

## Related

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