AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Notify My EchoNotify My Echo

Send Alexa Notification

This action will send a Notification to your Alexa.

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
This action will send a Notification to your Alexa.
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)