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"
我想发送多条短信,所以基本上是批量短信,但它不允许在 -d "to=44xxxxxxxxxx" \ 位中使用超过 1 个号码,所以有人可以帮我解决这个问题。我会放置一些链接来看看发生了什么
https://help.nexmo.com/hc/en-us/articles/205065817-How-to-Send-Multiple-SMS-in-a-Single-API-Request
请使用该链接来指导答案。非常感谢