SNS Text SMS being blocked by carrier

0

I want to use aws SNS to send OTP to users but getting this error. Followed this documentation https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-senderid-india.html

{ "notification": { "messageId": "<uniqueid>", "timestamp": "2023-10-16 10:47:19.525" }, "delivery": { "mnc": 59, "numberOfMessageParts": 1, "destination": "+9194********", "priceInUSD": 0.00278, "smsType": "Transactional", "mcc": 404, "providerResponse": "Phone carrier has blocked this message", "dwellTimeMs": 24, "dwellTimeMsUntilDeviceAck": 1291 }, "status": "FAILURE" }

已提問 7 個月前檢視次數 173 次
1 個回答
1

If you have completed all the steps from 1 to 3 as per the documentation, kindly check the MessageAttributes parameter where you will be passing the SenderID, EntityID & TemplateID are in correct format.

Reference - https://docs.aws.amazon.com/sns/latest/dg/sms_publish-to-phone.html#sms_publish_sdk

AWS
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南