Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Last active December 19, 2015 00:29
Show Gist options
  • Save arturo-c/5868677 to your computer and use it in GitHub Desktop.
Save arturo-c/5868677 to your computer and use it in GitHub Desktop.
The AllPlayers Group Post Payload
{
"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