JustPush Email

Each user has its own personalised email. And you can do fun things with it ;)

Want to have an important email as a push notification? No problem, we got you covered. Each user has it's own personalized email, allowing them to forward any email and receive the contents as push message.

Find your personal email with the following steps:

  1. Open the JustPush App on your phone.

  2. Click on the menu icon in the top left.

  3. Proceed to the settings

  4. There you see your Just Push Email under "My JustPush Email"

    All user related API tokens start with m_XXXXX

Each email send to a personalized email will be converted in push message. Simple email will be converted as followed:

To: [email protected]
Subject: My First Email message
Contents: 
Hello this is the body

The content of the email allows specific data variables to alter the behaviour of the message. Each parameter needs to set on a new line.

Open Mail Client

Allowed Email Parameters

Do you want to specify the topic to which the push message should be send? Add the following to the email.

topic=Important

A email topic name, cannot have spaces. If it has spaces only the first word would be used.

And the email will be forwarded as a push message to the Important Emails topic. If you have multiple topics with the same name, we recommend you to use the Topic Token

topic_token=t_atopictokenthatyouneed
Full Topic (name) Example
To: [email protected]
Subject: My First Email message
Contents: 
topic=Important
Hello this is the body 

Do you want to specify the sound of the push message with an email? Add the following to the email:

sound=falling

And that will play the falling sound. For all sound options see The Glossary.

Open Mail Client

Full Sound Example
To: [email protected]
Subject: My First Email message
Contents: 
sound=falling
Hello this is the body 

Do you want to specify the priority of the email? Add the folliwing to the email.

priority=2 

And this will be seen as the highest priority. Forr all priority optiosn see The Glossary.

Open Mail Client

Full Priority Example
To: [email protected]
Subject: My First Email message
Contents: 
priority=2
Hello this is the body 

If the email is so important you need to make sure you keep track of which have been read or have been seen by others? You could flag an email push message as requires an acknowledgement. Add the following to the email.

requires_acknowledgement=1

And that will add the acknowledgement button to the message in JustPush.

Open Mail Client

Full Acknowledgement Example
To: [email protected]
Subject: My First Email message
Contents: 
requires_acknowledgement=1
Hello this is the body 

Last updated