Get SMS Provider Response From SDK

0

When using SNS Publish to send SMS from SDK It won't through Exception when Message not sent because of Month to date Spent limit. neither this information available in Publish Response SDK. The question Is there a way to get Provider response through SDK not through console

Mohamed
asked 9 months ago219 views
1 Answer
0

Unfortunately, Amazon SNS SDK won't be providing the provider response during the publish API call. We have a feature request for this on our backlog. You can only monitor SMS activity by below methods for now.

https://docs.aws.amazon.com/sns/latest/dg/sms_stats.html

One option is you can push CW logs and query via Athena - https://docs.aws.amazon.com/athena/latest/ug/connectors-cloudwatch.html.

AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions