curl -X GET "https://api.mindosoftware.com/api/v1/meta-templates/bulk-sends/?status=COMPLETED&created_after=2025-11-01&page=1&page_size=10" \ -H "X-API-Key: mindo_xxxxxxxxxxxxxxxxxxxxxxxx"
{ "count": 2, "next": null, "previous": null, "results": [ { "id": "a3f2b8c9-4d5e-6f7a-8b9c-0d1e2f3a4b5c", "status": "COMPLETED", "template": { "id": 45, "template_name": "welcome_message", "language": "es", "status": "APPROVED" }, "phone_number": { "id": 123, "display_phone_number": "+54 9 223 675-0780", "verified_name": "Mindo Software" }, "total_recipients": 3, "sent_count": 3, "delivered_count": 2, "read_count": 1, "failed_count": 0, "pending_count": 0, "progress_percentage": 100.0, "created_at": "2025-11-16T21:30:00Z", "completed_at": "2025-11-16T21:30:28Z" }, { "id": "b4c3d9e0-5f6a-7b8c-9d0e-1f2a3b4c5d6e", "status": "COMPLETED", "template": { "id": 46, "template_name": "order_confirmation", "language": "es", "status": "APPROVED" }, "phone_number": { "id": 123, "display_phone_number": "+54 9 223 675-0780", "verified_name": "Mindo Software" }, "total_recipients": 150, "sent_count": 150, "delivered_count": 142, "read_count": 98, "failed_count": 0, "pending_count": 0, "progress_percentage": 100.0, "created_at": "2025-11-15T14:00:00Z", "completed_at": "2025-11-15T14:09:30Z" } ] }
List all bulk sends with filters and pagination
mindo_xxxxxxxxxxxxxxxxxxxxxxxx
QUEUED
PROCESSING
COMPLETED
PARTIAL
FAILED
CANCELLED
YYYY-MM-DD
1
20
null
Show Properties of each send
Show template properties
Show phone_number properties