This endpoint will provide the same metrics that are displayable on the "Overview" tab chart of a campaign.
Endpoint
GET https://api.mailstand.com/campaigns/{{campaign_id}}/funnel
Parameters
Field | Required | Description |
---|---|---|
campaign_id | true | Unique identifier for the campaign. It always starts with camp_ . |
200 Response
{
status: "ok",
data: {
total_contacts: 33,
reached: 32,
unresponsive: 32,
opened: 28,
replied: 0,
interested: 0,
interested_rate: "0.00"
}
}