2 Answers
- Newest
- Most votes
- Most comments
1
Hi,
Please, have a look at this post for potential causes of such error when sending SMS: https://repost.aws/knowledge-center/sns-unknown-error-phone-sms
Best,
Didier
0
Do you use JSON format message? In this case, the message body should be a well-formatted JSON, otherwise the message body will be invalid.
answered 3 years ago
Relevant content
asked a year ago
- AWS OFFICIALUpdated 2 years ago

Yes. It is using Amazon SDK API to send message. As I said, some messgaes are being delived and many messages are giving this error. If message body will be improper than it might happen for all the messages.
Have you logged the message body for each message before you sent? e.g.,
You might notice incorrect message body for some of the message.