New services
Explore Plans
Mobile menu Close menu
Wear OSWear OS

Send a notification

This Action will send a notification to your Android Wear devices.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
android_wear.send_notification_to_android_wear
Filter code method
AndroidWear.sendNotificationToAndroidWear.skip(string?: reason)
Runtime method
runAction("android_wear.send_notification_to_android_wear", {})

Action fields

Message Text input

Label
Notification
Slug
message
Required
true
Can have default value
true
Filter code method
AndroidWear.sendNotificationToAndroidWear.setMessage(string: message)

Image URL Text input > Photo

Label
Image URL
Helper text
Slug
image_url
Required
false
Can have default value
true
Filter code method
AndroidWear.sendNotificationToAndroidWear.setImageUrl(string: imageUrl)