Hi there, I’m a new user and I’m struggling to see how to use the SMS feature with my Things.
My standard console shows all greyed, so can’t use any options. Not sure if that’s normal. So I use the Advanced Console.
I want to use the API to send wake-up messages to my thing. I have managed to do the API call and get a success request, but I have a few questions.
- The auth token, does it reset? After how long? Is there a way for it not to? I need to do this API call in code, and need to know if I need to code the auth token fetching in there, or just calling to send the SMS is enough.
- The SMS request is successful from the API. But I don’t get the SMS in my SIM (currently in a phone for testing). Where in the console can I see the SMS in queue/sent/if received? I cannot find it. The Audit log shows the successful API call, but that’s all. I can’t see if the SMS was sent from the queue to my Thing.
Thanks.