Skip to content

Instantly share code, notes, and snippets.

@Roach
Created January 9, 2017 22:03
Show Gist options
  • Save Roach/42da5a3222ee2bee76e94382f86ba998 to your computer and use it in GitHub Desktop.
Save Roach/42da5a3222ee2bee76e94382f86ba998 to your computer and use it in GitHub Desktop.
{
"token": "{{verification_token}}",
"team_id": "{{team_id}}",
"api_app_id": "{{app_id}}",
"event": {
"type": "team_join",
"user": {
"id": "{{user_id}}",
"team_id": "{{team_id}}",
"name": "{{user_name}}",
"deleted": false,
"status": null,
"real_name": "{{user_real_name}}",
"profile": {
"first_name": "{{user_first_name}}",
"last_name": "{{user_last_name}}",
"real_name": "{{user_real_name}}",
"real_name_normalized": "{{user_real_name}}"
},
"is_bot": false
}
},
"type": "event_callback",
"authed_users": ["{{authed_user}}"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment