'Azure CommunicationService - Not being able to receive the SMS
I'm using Azure Communication Service to send SMS through a Web API, after the service is called I receive a 202 response, but the message is never received from phone
Solution 1:[1]
Typically, the 202 returned by the service, indicate that your message has been queued to be sent and not delivered. Please review/follow this guide to subscribe to delivery report events and troubleshoot. Once the events are configured, inspect the "deliveryStatus" field of your delivery report to verify delivery success/failure.
Also, please review the limits in sending messages/ref SMS FAQ doc.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | AjayKumar-MSFT |