curl -X "POST" "https://rest.nexmo.com/sms/json" \
-d "from=testsms" \
-d "text=hello" \
-d "to=44xxxxxxxxxx” \
-d "api_key=xxxxxxxx" \
-d "api_secret=xxxxxxxxxxxxxxxx"
I want to send multiple SMS so basically bulk SMS but it does not allow more than 1 number in the -d "to=44xxxxxxxxxx” \ bit so can someone please help me fix this. I will place a few links to see what is happening
https://help.nexmo.com/hc/en-us/articles/205065817-How-to-Send-Multiple-SMS-in-a-Single-API-Request
please use that link to guide the answer. Thank you very much