An OMG service for UrbanAirship, it allows to push messaging to multiple device
omg validate
omg build
$ omg run send -a tag=<TAG> -a message=<MESSAGE> -a device_list=<DEVICE LIST ARRAY> -e APP_KEY=<APP_KEY> -e MASTER_SECRET=<MASTER_SECRET>
$ omg run send -a tag="rohit-tag" -a message="This is test message" -a device_list="[\"android\"]" -e APP_KEY=<APP_KEY> -e MASTER_SECRET=<MASTER_SECRET>
$ omg run send -a named_user=<NAMED_USER> -a message=<MESSAGE> -a device_list=<DEVICE LIST ARRAY> -e APP_KEY=<APP_KEY> -e MASTER_SECRET=<MASTER_SECRET>
$ omg run send -a channel_id=<CHANNEL_ID> -a channel_type=<CHANNEL_TYPE> -a message=<MESSAGE> -a device_list=<DEVICE LIST ARRAY> -e APP_KEY=<APP_KEY> -e MASTER_SECRET=<MASTER_SECRET>
docker build -t microservice-urbanairship .
docker run -p 3000:3000 microservice-urbanairship
Content type
Image
Digest
Size
287.2 MB
Last updated
over 7 years ago
docker pull microservices/email