Retrieves detailed statistics for a campaign including email sent, opened, clicked, replied, bounced, and unsubscribed counts.
Supports filtering and pagination.
643 matches
19 actions
Smartlead
19 actions
Marketing/Smartlead
Retrieves detailed statistics for a campaign including email sent, opened, clicked, replied, bounced, and unsubscribed counts.
Supports filtering and pagination.
{
"type": "object",
"properties": {
"campaign_id": {
"type": "integer"
},
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"campaign_id"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"bounce_rate": {
"type": "number"
},
"click_rate": {
"type": "number"
},
"emails_bounced": {
"type": "integer"
},
"emails_clicked": {
"type": "integer"
},
"emails_opened": {
"type": "integer"
},
"emails_replied": {
"type": "integer"
},
"emails_sent": {
"type": "integer"
},
"open_rate": {
"type": "number"
},
"reply_rate": {
"type": "number"
},
"total_leads": {
"type": "integer"
},
"unsubscribed": {
"type": "integer"
}
}
}