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" }

demandé il y a 7 mois173 vues
1 réponse
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
répondu il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions