[
{ "from": "KiT_Notify",
"to": "77011234567",
"text": "txt1",
"sent_at": "2020-03-16 10:00:24",
"extra_id": "1Y",
"notify_url": "http://vashserver.kz/status"
},
{ "from": "KiT_Notify",
"to": "77011234568",
"text": "txt2",
"sent_at": "2020-03-16 10:00:24",
"extra_id": "2Y",
"notify_url": "http://vashserver.kz/status"
}
]
curl --location --request POST 'https://so.kazinfoteh.org/api/sms/send/bulk' \
--header 'Authorization: Basic cGFydG5lc2dwZEZLUXQ=' \
--header 'Content-Type: application/json' \
--data-raw '[
{ "from": "KiT_Notify",
"to": "77011234567",
"text": "txt1",
"sent_at": "2020-03-16 10:00:24",
"extra_id": "1Y",
"notify_url": "http://vashserver.kz/status"
},
{ "from": "KiT_Notify",
"to": "77011234568",
"text": "txt2",
"sent_at": "2020-03-16 10:00:24",
"extra_id": "2Y",
"notify_url": "http://vashserver.kz/status"
}
]'
[
{
"bulk_id": "c4225cdc09d305b21beccae8",
"message_id": "9",
"extra_id": "1Y",
"to": "77011234567",
"sender": "KiT_Notify",
"text": "txt1",
"sent_at": "2023-09-21 10:43:08",
"done_at": null,
"sms_count": "1",
"priority": "0",
"callback_data": null,
"status": "send",
"mnc": "2",
"err": null
},
{
"bulk_id": "c4225cdc09d305b21beccae8",
"message_id": "10",
"extra_id": "2Y",
"to": "77011234568",
"sender": "KiT_Notify",
"text": "txt2",
"sent_at": "2023-09-21 10:43:08",
"done_at": null,
"sms_count": "1",
"priority": "0",
"callback_data": null,
"status": "send",
"mnc": "2",
"err": null
}
]