Importing Leads
Learn how to import your own lead data into MessengerFlow.
Importing Leads
Import your existing lead lists into MessengerFlow for use in campaigns.
Import Methods
Manual Entry
Add leads one at a time or paste a list:
- Navigate to Leads
- Click Import Leads
- Enter a collection name
- Add leads in the format:
FacebookID, Name FacebookID, Name - Click Import
CSV Upload
Upload leads from a CSV file:
- Prepare your CSV with columns:
id- Facebook ID (required)name- Lead name (optional)
- Navigate to Leads
- Click Import Leads
- Select your CSV file
- Map columns to fields
- Click Import
Data Format
Facebook ID
The Facebook ID is a numeric identifier:
- Found in profile URLs:
facebook.com/profile.php?id=123456789 - Or in the page source of profiles
- Usernames are not accepted, only numeric IDs
Required Format
Each lead needs at minimum:
{
"id": "123456789",
"name": "John Smith" // optional
}
CSV Example
id,name
123456789,John Smith
987654321,Jane Doe
456789123,Bob Johnson
Import Limits
| Limit | Value |
|---|---|
| Leads per import | 100,000 |
| Name length | Optional |
| ID format | Numeric string |
Your subscription may limit total import collections.
Deduplication
MessengerFlow automatically removes duplicates:
- Same ID appearing multiple times in one import
- Keeps the first occurrence
- Reports duplicate count after import
Validating Leads
Before importing, ensure:
- IDs are valid Facebook user IDs
- No invalid characters in data
- Proper CSV formatting
Invalid entries are skipped during import.
After Import
Once imported:
- Collection appears in Leads list
- Lead count reflects deduplicated total
- Collection is ready for campaigns
Export and Re-import
You can export leads from any collection:
- Open the collection
- Click Export
- Download CSV
This allows:
- Backing up lead data
- Combining collections externally
- Re-importing filtered subsets
Troubleshooting
Import Failed
- Check CSV format is valid
- Ensure IDs are numeric
- Verify file encoding (UTF-8 recommended)
Low Lead Count
- Duplicates were removed
- Invalid IDs were skipped
- Check source data quality
Missing Names
- Names are optional
- Messages can still use spintax fallbacks
- Consider scraping for name data
