Unless you've radically changed your request frequency limit, it appears to be broken or disabled.
I can very easily send multiple messages in a loop like this with the Ruby client:
10.times do
client.messages.create(params)
end
The texts are all sent successfully with no errors at all.
Unless you've radically changed your request frequency limit, it appears to be broken or disabled.
I can very easily send multiple messages in a loop like this with the Ruby client:
The texts are all sent successfully with no errors at all.