You created a group DM
{
"type": "group_open",
"user": "U024BE7LH",
"channel": "G024BE91L"
}
The group_open
event is sent to all connections for a user when a group Direct Message (or mpim
) is opened by that user.
This event is not available to bot user subscriptions in the Events API.
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