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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠