I have an app installed called eve watch.
It's for a game and alerts via specific notifications for "Tower"
Currently I figured out how to get automagic to email me when an alert happens (using s, Tower)
but is would like the entire alert included in the email.
How do I accomplish this?
http://automagic4android.com/flow.php?i ... 9b7ed0b974
getting the full app notification pushed to email?
Moderator: Martin
Re: getting the full app notification pushed to email?
notification status bar displayed has additional variables that contain text of the actual notification.
Check the help file - you'll fine them there.
Regards.
Check the help file - you'll fine them there.
Regards.
Re: getting the full app notification pushed to email?
any examples to follow from? im far, far from a programmer and im pretty lost on how to get this doneZSasha wrote:notification status bar displayed has additional variables that contain text of the actual notification.
Check the help file - you'll fine them there.
Regards.
Re: getting the full app notification pushed to email?
in your "Mail with Gmail" action just add these into BODY section:
{title}
{notification_text}
{notification_text_big}
it will email a notification text to you.
Regards.
{title}
{notification_text}
{notification_text_big}
it will email a notification text to you.
Regards.
Re: getting the full app notification pushed to email?
ZSasha wrote:in your "Mail with Gmail" action just add these into BODY section:
{title}
{notification_text}
{notification_text_big}
it will email a notification text to you.
Regards.
sorry for the super late response. Thanks for the tip! That is working.
i did put this in as you suggested, however its not delivering everything that shows up in the app itself (just the notification).
Is that a possibility?
Re: getting the full app notification pushed to email?
You're welcome.magik20 wrote: sorry for the super late response. Thanks for the tip! That is working.
i did put this in as you suggested, however its not delivering everything that shows up in the app itself (just the notification).
Is that a possibility?
No, I don't think it is possible - the flow can send what the app choose to display in notification area - nothing more.