Last active
March 21, 2019 14:41
-
-
Save gregblake/090a7b34f7f890b7d7dc88ea345c1e9d to your computer and use it in GitHub Desktop.
GCM Push Notification Payload Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { "data": | |
| { "badge":1, | |
| "category":"connect-reply", | |
| "message-type":"connect", | |
| "as-of":"2018-04-12T06:55:32-04:00", | |
| "nitro-environment":"test", | |
| "sound":"nitro_notification.mp3", | |
| "user_id":1001, | |
| "connect_message": | |
| { "messages": | |
| {"1":{ | |
| "id":1, | |
| "from_id":1001, | |
| "to_id":1002, | |
| "to_type":"User", | |
| "body":"Hi! Let's be friends!", | |
| "created_at":"2018-02-01T20:19:32Z", | |
| "updated_at":"2018-04-12T10:55:32Z", | |
| "reactions":{}}}, | |
| "users":{ | |
| "1001":{ | |
| "id":1001, | |
| "goes_by":"User1", | |
| "last_name":"User1", | |
| "full_name":"User1 User1", | |
| "territory":"qKOVK", | |
| "branch":"Earth", | |
| "department":"Sales", | |
| "title":"Developer", | |
| "active":true} | |
| } | |
| }, | |
| "connect_message_id":1 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment