Access to a set of teams was granted to your org app
{
"team_id": null,
"enterprise_id": "EXXXXX",
"api_app_id": "AXXXX",
"event": {
"type": "team_access_granted",
"team_ids": ["T1XX3", "TXX34"]
}
}
The team_access_granted
event is sent to your organization-ready app when your token is given access to a new workspace.
When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id
and event
. Learn more