Help! why I cannot received the sms on the cell phone via twilio?
-
What do you mean by > It is not available?
I would think you would need to put your phone number there if you expect to receive a message through the service.
I'm not sure on the Twillio settings, I think it's best to refer to their documentation.
-
These settings seem to work for me:
I am not sure why the 'account URL' field is needed, as the API doesn't require it, as far as I can tell.
https://www.twilio.com/docs/java/installIt's unclear what the effect of 'send regular snapshot' and 'snapshot send period' are too.
Also, with Text Renderer values, I get the raw value instead of the rendered text.
-
yes . I am very stranger and the setting is same as you .and I can received the message from twilio websit.I really donon know where is the cause?
-
Your original screenshot is wrong. I have circled your errors:
You need to use the E.164 convention for the mobile number string too.
-
Thanks! now It is ok!
Great! -
And I find the message is very expensive.
and have no Conditions to setting to send sms as alarm to cell phone. only send data as message to cell phoneIn general what purpose for be used in this option?
-
You can use a meta point to detect and classify errors, and twilio to package the messages involving many datapoints
-
In the forum have any meta example for reference?
-
It is standard javascript and the Mango value access functions are documented in the Meta Point Properties. There are quite a few scripts that have been posted to the forum. I would encourage you to search for 'meta script' and have a look around.
-
Thanks phildunlaps!!!
In the forum have lot of meta point example.