Files
botpress--botpress/integrations/hunter/hub.md
T
2026-07-13 13:34:48 +08:00

40 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Hunter Integration
## Overview
Connect your Botpress chatbot to [Hunter.io](https://hunter.io/), a leading platform for finding and managing professional email leads.
This integration allows your bot to interact with Hunters API to manage your lead database efficiently.
## Key Features
- Manage your leads directly from your bot
- Retrieve or update existing lead information
- Add new leads to your Hunter account
## Use Cases
- **Lead Management** Centralize lead creation and updates directly from your chatbot
- **CRM Automation** Automatically push new user information to Hunter
- **Sales Operations** Keep your Hunter database clean and up to date
# Configuration
You need a **Hunter API key** to authenticate the integration.
1. Go to your [Hunter dashboard](https://hunter.io/dashboard).
2. Navigate to **API** → copy your **API key**.
3. In Botpress, open the Hunter integration settings and paste your API key.
Once saved, your bot will be able to perform operations via Hunters API.
## Limitations
- Only lead management endpoints are currently supported
- Email verification, campaign management, and domain search are not yet implemented
- Standard [Hunter API rate limits](https://hunter.io/api-documentation/v2) apply
# Changelog
- **1.0.0** Initial release with lead management (list, retrieve, create, update, create/update, delete)