Ring Doorbell on dashboard

We recently reached out to Ring through their partners program and are awaiting feedback. They don’t have an official public API like some companies, so we’ll need to get access to the partner program in order to access the APIs.

That being said, there might be some workarounds that could work for you. If the device is integrated with SmartThings and has the status data you are referring to, we could make a Ring tile that displays the status… then upon clicking it, we could open up the Ring app if it’s installed.

Note that you can use a Hyperlink tile today to open an app:

Chrome / Safari App link format

ring://

Fully Kiosk Intent URLs

Ring App

intent:#Intent;launchFlags=0x10000000;component=com.ringapp/com.ring.launch.LaunchActivity;end

Rapid Ring App

intent:#Intent;launchFlags=0x10000000;component=com.ring.answer/com.ring.answer.presentation.splash.SplashActivity;end
Tap to see Legacy URL Intent format for older versions of the Ring app

For Android, the intent is:

intent:#Intent;launchFlags=0x10000000;component=com.ringapp/.ui.activities.LoginActivity;end

I’m not sure what the URL scheme for Ring is on iOS - if you find it, please let me know and I’ll update the KB article!