- Newest
- Most votes
- Most comments
I understand your concern regarding the SMS delivery failure after the PE-TM binding process, despite receiving a successful API response. This is indeed a challenging situation, especially with the limitations of the AWS Free Tier account. Here are some steps you can take to troubleshoot and potentially resolve the issue:
-
Review CloudWatch Metrics: Even though you're on a Free Tier account, you should still have access to basic CloudWatch metrics. Check the Amazon SNS CloudWatch metrics for 'NumberOfMessagesPublished', 'NumberOfNotificationsDelivered', and 'NumberOfNotificationsFailed'. This can help you verify if the messages are being published to SNS but failing at a later stage.
-
Enable SMS Event Logging: If not already done, turn on SMS event logging in your Pinpoint project. This will allow you to see more detailed information about the status of your SMS messages, including delivery failures.
-
Verify Sender ID Configuration: Double-check that your Sender ID is correctly configured in your Pinpoint project and that it matches exactly with what was approved by Vilpower.
-
Check SMS Spend Quota: Ensure that you haven't exceeded your monthly SMS spend quota. Even with a successful API response, messages won't be sent if the quota is depleted.
-
Test with Different Numbers: Try sending messages to different verified phone numbers to determine if the issue is specific to one number or affects all destinations.
-
Use the SMS Simulator: Utilize the SMS simulator provided by Amazon Pinpoint to test your setup without actually sending messages to carriers. This can help isolate whether the issue is with your configuration or with the carrier.
-
Review PE-TM Binding: Ensure that the PE-TM binding process was completed correctly and that your telemarketers are properly associated with your Pinpoint project.
-
Check Message Content: Verify that your message content complies with DLT regulations and doesn't contain any prohibited content that might cause delivery failures.
If these steps don't resolve the issue, you may need to consider upgrading your AWS support plan temporarily to get more in-depth assistance. Alternatively, you could reach out to the AWS Pinpoint team through the AWS forums or social media channels for general guidance.
Given your impending launch, it's crucial to resolve this issue promptly. If the problem persists, you might want to consider testing with a different SMS provider temporarily to ensure your service can go live as planned, while continuing to work on resolving the Pinpoint SMS issue in parallel.
Sources
Troubleshooting the SMS channel - Amazon Pinpoint
Sending a test SMS message - Amazon Pinpoint
Simplify your SMS setup with the new Amazon Pinpoint SMS console | AWS Messaging & Targeting Blog
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago

We tested the same scenarios using different mobile numbers, but it still doesn’t work. To investigate further, we used the End User Messaging Simulator with the same Sender ID. The results showed the following issue:
eventType: TEXT_UNKNOWN messageStatus: UNKNOWN messageStatusDescription: "Unknown error attempting to reach the phone."
We referred to this AWS Knowledge Center article(https://repost.aws/knowledge-center/sns-unknown-error-phone-sms), but the issue remains unresolved.
Does anyone have any suggestions on how to proceed?