Created
August 14, 2014 22:42
-
-
Save disbelief/48a394c3ee37438353fc to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"type": "activity:created", | |
"data": { | |
"_id": "...", | |
"_type": "project", | |
"name": "project name", | |
"user": { | |
"_id": "...", | |
"avatar": "...", | |
"name": "John Doe" | |
} | |
}, | |
"channel": "company:123456", | |
"server_id": 12345678 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment