smartlead_export_campaign_leads
Export campaign lead data to CSV format for analysis or integration with other systems using the campaign ID.
Instructions
Export all leads data from a campaign as CSV.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaign_id | Yes | ID of the campaign to export leads from |
Input Schema (JSON Schema)
{
"properties": {
"campaign_id": {
"description": "ID of the campaign to export leads from",
"type": "number"
}
},
"required": [
"campaign_id"
],
"type": "object"
}