Hi Andreas,
The server admin console for sending messages is only meant for testing that everything
works, that is why it only supports ‘simple’ messages. What you want to do is integrate it
with your server and send messages via the REST api that UnfiedPush Server has. There are
several clients for server side integration
java
https://github.com/aerogear/aerogear-unifiedpush-java-client
node
https://github.com/aerogear/aerogear-unifiedpush-nodejs-client
php
https://github.com/aerogear/aerogear-unified-push-php-client
Have a look at the message format to see how to send extra information:
http://aerogear.org/docs/unifiedpush/push-message-format/
For testing this you could use curl, to invoke the restful endpoint.
Hope this helps,
Erik Jan
On 6 Nov,2014, at 20:30 , Andreas Røsdal <andreas.rosdal(a)adresseavisen.no> wrote:
Great! Could you please guide me in how to add this URL field to the
Server Admin, so that I can send both a message and an URL in the same Push Message?
Andreas