Ir al contenido

Reporte de entrega de la campaña

GET
/v1/bulk/campaigns/{id}/report
curl --request GET \
--url https://api.mailerdash.com/v1/bulk/campaigns/example/report \
--header 'Authorization: Bearer <token>'
id
required
string

Estadisticas de entrega

Media type application/json
object
id
string
name
string
key_id
string
template_id
string
list_id
string
from_email
string
from_name
string
nullable
reply_to
string
nullable
status
string
Allowed values: draft scheduled sending sent paused cancelled
scheduled_at
string
nullable
started_at
string
nullable
completed_at
string
nullable
total_contacts
integer
sent_count
integer
failed_count
integer
created_at
string
updated_at
string
by_status

Conteos por status en campaign_sends (pending/sent/failed/skipped/unsubscribed)

object
key
additional properties
integer
delivery_rate

Sent / total_contacts en porcentaje (e.g. “95.0%”)

string
Example
{
"id": "cmp-d894cd3d626d9d11",
"status": "draft",
"delivery_rate": "95.0%"
}

No autorizado

Campaña no encontrada