Hi!
We wanted to setup new JSON sending of SMS in AA, but have found an issue that is stopping us from implementing.
The phone number placeholder is not replaced with actual phone number and is sending an empty string to server.
Our JSON parameter looks like this:
{"to": "{{phone}}", "message": "{{message}}"}
After that we have setup an API, that receives HTTP body and logs it so we can see what is happening and does nothing else. In logs we can see that kind of body being received:
{"to": "", "message": "['Test message']"}.
We also have a case nr. 02913272 open, but we cannot really tell the support what is wrong an that they should move things further into development.
Did maybe anyone have the same issue or is it currently just us?
With kind regards,
Sebastian Novak