Manually trigger the sending of Alexa Proactive Events to your Echos and Alexa account either via voice (Alexa, tell Event Me message alert) or via api access via your customer code (Alexa, ask Event Me what is my code).
To hit the API endpoint to generate the MessageAlert event, use https://www.eventtomyecho.com/prod/v1/{yourCodeGoesHere}/events/messagealert
Make sure to use your code (all caps!) in the {yourCodeGoesHere} part of the above URL
This skill's only purpose is to send Alexa Proactive Events. Currently, that results in notifications on your devices (which can be disabled in the skill permissions page), but this may become a useful mechanism in the future.
Currently, the skill only supports the Alexa Proactive Event AMAZON.MessageAlert.Activated (https://developer.amazon.com/docs/smapi/schemas-for-proactive-events.html#message-alert) but additional events will be added in future updates.
For problems or questions, please email me at info@eventtomyecho.com