Hi, where do i find the correct name for my mobile app notification?
- service: mobile_app_richelles_s10_mobile_app
Mine is an android. did no find yet how to name it for the service.
Thx in advance!
Hi, where do i find the correct name for my mobile app notification?
- service: mobile_app_richelles_s10_mobile_app
Mine is an android. did no find yet how to name it for the service.
Thx in advance!
You can go to- Developer Tools → Services (tab) → Type notify.
You’ll see the available notify
services for your devices
Usually the notify
service name is written like notify.mobile_app_xxxxx
.
Furthermore, if you are using Automation UI to create your automation, in the action
part, you can use action type
of call service
, then in the service part, you type notify.
. From there you’ll see a list of the available notify
service name.
thank you! BR