2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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.
답변함 3년 전
관련 콘텐츠
질문됨 2년 전

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.