Does Amazon SNS support publishing SMSes in batch to different mobile numbers?

65 Views Asked by At

I understand that Amazon SNS supports publishing messages in batch to SNS topics. I wonder that the same thing can be done for publishing SMSes to mobile numbers?

My use case is to send out unique SMS for each mobile number while several numbers are processed with Spring Batch.

I have tried to use PublishBatch API and unfortunately phoneNumber cannot be found as a request parameter of PublishBatchRequestEntry.

Thanks in advance for your advices.

1

There are 1 best solutions below

1
bjrnt On

SNS does not currently support PublishBatch calls when sending SMS (or push notifications). You will have to send each SMS as a separate Publish call until support is added.