Textbelt plugin error

I have just activated TextBelt plugin for Corona SDK.

When I run the following command: textbelt.sendUS(thenumber, themessage", check1) - it seems like it works, and I get this response:

{“status”:“success”,“isError”:false}

However, I am trying to send SMS messages to Australia, which I believe are supported by text-belt. By doing this, according to your docs I run the following command:

textbelt.sendEverywhere(thenumber, message, check1)

However, this time I get a runtime error:

ERROR: Runtime error
?:0: attempt to index a nil value
stack traceback:
[C]: ?
?: in function <?:98>

Anyone have any idea what is going on?

Thanks!

This should be fixed in documentation and sample. Please wait an hour before performing the new API calls. Textbelt decided to change its api. Note this new rule “To text internationally, use the E.164 format (+ country code with numbers, no spaces). For example, a Brazilian phone number is +5511912345678 and a UK phone number is +447712345678.”

This should be fixed in documentation and sample. Please wait an hour before performing the new API calls. Textbelt decided to change its api. Note this new rule “To text internationally, use the E.164 format (+ country code with numbers, no spaces). For example, a Brazilian phone number is +5511912345678 and a UK phone number is +447712345678.”