smartlead_get_campaign_sequence
Retrieve email sequence data for a specific campaign to analyze email marketing performance and track communication flows.
Instructions
Fetch a campaign's sequence data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaign_id | Yes | ID of the campaign to fetch sequences for |
Input Schema (JSON Schema)
{
"properties": {
"campaign_id": {
"description": "ID of the campaign to fetch sequences for",
"type": "number"
}
},
"required": [
"campaign_id"
],
"type": "object"
}