抖音开放平台Logo
开发者文档
控制台

用户加群webhook

收藏
我的收藏
Webhooks 说明文档可参考:Webhooks 概述
Scope: im.group_fans.create_list 需要申请权限 需要用户授权
用户加群事件如下:​
事件名
事件介绍
group_fans_event​
用户加入授权万粉群或主播粉丝群成功后推送给开发者​

使用限制​

    仅限粉丝群

事件参数​

参数
类型​
含义
event
string​
事件名,唯一标识
from_user_id
string​
申请入群用户 open_id
to_user_id
string​
群主openID
client_key
string​
开发者唯一标识
content
string​
具体内容
open_id
string​
群主open_id
im_group_id
string​
群ID
group_type
int​
群操作类型 1-加群
create_group_type
int​
建群类型,2-主播粉丝群,5万粉群
create_time
int​
加群时间

事件参数示例:​

{ "event": "group_fans_event", "client_key": "gjegd89bebgd9uehd", "from_user_id": "500a9e2f-ca96-4225-865d-a341914502ae", "to_user_id": "a70c3dde-d0f3-45b3-828e-0f1a81cd5245", "content": "{\"open_id\":\"500a9e2f-ca96-4225-865d-a341914502ae\",\"im_group_id\":\"@9VxQh6rGTNAjPS/4do48Es7912frNf2APZB0rQqgKFMUafD160zdRmYqig357zEBN69eGVtkZMdXc4EKtu****==\",\"group_type\":1,\"create_time\":1681720393151,\"create_group_type\":\"5\"}", "log_id": "02168172039281400000000000000000000ffff0ac64157ea0731" }