Tomba CLI
ChatGPT Plugin
The Tomba ChatGPT Plugin allows you to access Tomba's powerful email-finding features directly within ChatGPT using OpenAI's plugin interface.
Files Overview
| File | Description |
|---|---|
.well-known/ai-plugin.json | Manifest describing the plugin to OpenAI. |
openapi.yml | OpenAPI 3.0 specification of all available endpoints. |
logo.png | Branding used for the plugin in the ChatGPT UI. |
How It Works
Once installed in ChatGPT, the plugin enables natural language access to Tomba's APIs, such as:
- Finding emails by domain or name
- Verifying email addresses
- Discovering authors of articles
- Getting company details
Installation
To use the Tomba ChatGPT Plugin:
- Go to ChatGPT > Plugins > Plugin Store.
- Search for Tomba.
- Click Install.
- Authenticate using your Tomba API credentials.
API Capabilities
The plugin uses the endpoints defined in openapi.yml. These include:
/finder/search/verify/enrich/author/linkedin
Each endpoint is documented with request/response schemas and authorization headers.
Example Use in ChatGPT
Prompt:
"Find a professional email for Matt Mullenweg at tomba.io using Tomba plugin."
Response from Plugin:
"The most likely email address for Matt Mullenweg at tomba.io is m@wordpress.org"
Plugin Manifest (ai-plugin.json)
Code
Last modified on