smartlead_list_leads
Retrieve leads from Smartlead with optional filters for campaign, status, date range, or search term to organize and manage lead lists.
Instructions
List leads with optional filtering by campaign or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of leads to return | |
| offset | No | Offset for pagination | |
| search | No | Search term to filter leads | |
| status | No | Filter leads by status (e.g., "active", "unsubscribed", "bounced") | |
| end_date | No | Filter leads created before this date (YYYY-MM-DD format) | |
| start_date | No | Filter leads created after this date (YYYY-MM-DD format) | |
| campaign_id | No | Filter leads by campaign ID |