question

Sameer Roy avatar image
Sameer Roy asked Anirban 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

sms and text messagingmessage
1 |3000

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

Anirban avatar image
Anirban 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 |3000

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

Anirban avatar image
Anirban answered

Just for reference, here is a similar question answered:

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

1 |3000

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

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys