January Tidbits

SMS Questions Answered

You've got SMS questions; We've got Answers!

question

Sameer Roy avatar image
Sameer Roy asked Anirban Sen Chowdhary answered

How to check sms delivery status

I am new to ringcentral, so my question may sound silly.

I am exploring various apis offered with ringcentral for messaging. With the create sms api I am able to send sms. But what I was looking is to get a message delivery status that can confirm the delivery of sms.

We will later use this apis in our java web application and will return a delivery status to clients who uses our web portal to send sms

smsmessage
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

There are few ways you can do that. There is a messageStatus in the API return:

Queued, Sent, Delivered, DeliveryFailed, SendingFailed, Received

https://developers.ringcentral.com/api-reference/SMS/createSMSMessage

"Sent" -- reached SMS provider/carrier, "Delivered" -- reached the recipient.

ref: https://forums.developers.ringcentral.com/questions/1207/message-status.html

Apart from this, you can use Call Log for reporting:

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

Just for reference, here is a similar question answered:

https://forums.developers.ringcentral.com/questions/8224/sms-delivery-report.html

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.