Explore Plans
Mobile menu Close menu
Notify My EchoNotify My Echo

Send Alexa Notification

This action will send a Notification to your Alexa.

Developer info

API endpoint slug
notifymyecho.send_notification
Filter code method
Notifymyecho.sendNotification.skip(string?: reason)
Runtime method
runAction("notifymyecho.send_notification", {})

Action fields

Notification Text input > Notification

Label
What is your notification message?
Helper text
This is what Alexa will say when you ask, "Alexa, what are my notifications?"
Slug
notification
Required
true
Can have default value
true
Filter code method
Notifymyecho.sendNotification.setNotification(string: notification)

Title Text input > Title

Label
What title do you want for your notification?
Helper text
Notification titles appear on Alexa devices with screens
Slug
title
Required
false
Can have default value
true
Filter code method
Notifymyecho.sendNotification.setTitle(string: title)