Last active
December 19, 2015 00:29
-
-
Save arturo-c/5868677 to your computer and use it in GitHub Desktop.
The AllPlayers Group Post Payload
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
{ | |
"event_data" : { | |
"group" : { | |
"group_above" : The group above uuid (string), | |
"name" : The name/title of the group (string), | |
"organization_id" : An array containing the list of organization uuids or upper level groups (array), | |
"type" : An array containing the type identifiers of the group, i.e. Sports, Baseball (array), | |
"uuid" : The uuid of the group (string) | |
}, | |
"uuid" : The uuid of the user that created the group, | |
"webhook_type" : "user_creates_group" | |
}, | |
"event_name" : The name of the webhook | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment