Azure Communication SMS (Java) Send SMS messages to single or multiple recipients with delivery reporting. Installation Client Creation Send SMS to Single Recipient Send SMS to Multiple Recipients Send Options Response Handling Async Operations Error Handling Delivery Reports Delivery reports are sent via Azure Event Grid. Configure an Event Grid subscription for your ACS resource. SmsSendResult Properties | Property | Type | Description | |----------|------|-------------| | | String | Unique message identifier | | | String | Recipient phone number | | | boolean | Whether send succeeded | | |…