getting the full app notification pushed to email?

Post your questions and help other users.

Moderator: Martin

Post Reply
magik20
Posts: 10
Joined: 03 Apr 2014 15:26

getting the full app notification pushed to email?

Post by magik20 » 03 Jul 2014 20:20

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

ZSasha
Posts: 103
Joined: 11 Oct 2013 03:48

Re: getting the full app notification pushed to email?

Post by ZSasha » 03 Jul 2014 23:00

notification status bar displayed has additional variables that contain text of the actual notification.
Check the help file - you'll fine them there.

Regards.

magik20
Posts: 10
Joined: 03 Apr 2014 15:26

Re: getting the full app notification pushed to email?

Post by magik20 » 03 Jul 2014 23:28

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

ZSasha
Posts: 103
Joined: 11 Oct 2013 03:48

Re: getting the full app notification pushed to email?

Post by ZSasha » 06 Jul 2014 23:12

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.

magik20
Posts: 10
Joined: 03 Apr 2014 15:26

Re: getting the full app notification pushed to email?

Post by magik20 » 21 Jul 2014 19:51

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?

ZSasha
Posts: 103
Joined: 11 Oct 2013 03:48

Re: getting the full app notification pushed to email?

Post by ZSasha » 22 Jul 2014 01:42

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.

Post Reply