User requested an invite
{
"type": "invite_requested",
"invite_request": {
"id": "12345",
"email": "bront@puppies.com",
"date_created": 123455,
"requester_ids": ["U123ABC456"],
"channel_ids": ["C123ABC456"],
"invite_type": "full_member",
"real_name": "Brent",
"date_expire": 123456,
"request_reason": "They're good dogs, Brant",
"team": {
"id": "T12345",
"name": "Puppy ratings workspace incorporated",
"domain": "puppiesrus"
}
}
}
When an application subscribed to the invite_requested
event is installed to an org, workspace owners and admins will no longer receive invite notifications from Slackbot.
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