Retrieves comprehensive statistics across all campaigns for a date range.
Metrics included:
- Total emails sent
- Open rate
- Click rate
- Reply rate
- Bounce rate
- Unsubscribe rate
643 matches
19 actions
Smartlead
19 actions
Marketing/Smartlead
Retrieves comprehensive statistics across all campaigns for a date range.
Metrics included:
{
"type": "object",
"properties": {
"campaign_ids": {
"type": "string"
},
"client_ids": {
"type": "string"
},
"end_date": {
"type": "string",
"format": "date"
},
"start_date": {
"type": "string",
"format": "date"
},
"timezone": {
"type": "string"
}
},
"required": [
"end_date",
"start_date"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"click_rate": {
"type": "number"
},
"open_rate": {
"type": "number"
},
"reply_rate": {
"type": "number"
},
"total_bounced": {
"type": "integer"
},
"total_clicked": {
"type": "integer"
},
"total_opened": {
"type": "integer"
},
"total_replied": {
"type": "integer"
},
"total_sent": {
"type": "integer"
}
}
}