Is there a built-in support for sending push notifications to 3rd party app?

Is there a built-in API in SmartThings that can send push notifications to 3rd party apps based on their APNS device token or GCM token ? I’ve looked into the sendPush() and sendPushMessage() APIs but they seem to be sending the push message only to the SmartThings app.

We do not have this kind of API. You would need to setup a service to do this and send the messages to your GCM service.

1 Like