Page 1 of 1

getting the full app notification pushed to email?

Posted: 03 Jul 2014 20:20
by magik20
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

Re: getting the full app notification pushed to email?

Posted: 03 Jul 2014 23:00
by ZSasha
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?

Posted: 03 Jul 2014 23:28
by magik20
ZSasha 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.
any examples to follow from? im far, far from a programmer and im pretty lost on how to get this done

Re: getting the full app notification pushed to email?

Posted: 06 Jul 2014 23:12
by ZSasha
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.

Re: getting the full app notification pushed to email?

Posted: 21 Jul 2014 19:51
by magik20
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?

Posted: 22 Jul 2014 01:42
by ZSasha
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?
You're welcome.
No, I don't think it is possible - the flow can send what the app choose to display in notification area - nothing more.