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

接收用户关注事件

收藏
我的收藏

概述

Webhooks 说明文档可参考:Webhooks 概述
Scope: user.intention 需要申请权限 需要用户授权
该事件会在其他用户关注授权用户时触发​

消息参数​

参数
类型
含义
event​
string​
事件名,唯一标识​
本事件名 new_follow_action
from_user_id​
string​
发起关注用户​
to_user_id​
string​
被关注用户(授权用户)​
client_key​
string​
开发者唯一标识​
content​
string​
关注事件具体内容(已序列化)​
action_time​
int​
关注发生时间​
action_type​
int​
关注动作​
1-关注​

事件参数示例​

{ "event": "new_follow_action", "client_key": "awr8bfr64vxgk036", "from_user_id": "5bfa0218-477c-4d51-865c-64f0588794a6", "to_user_id": "e3af6e1d-d83a-4116-8f9f-5cb8ac2413c7", "content": "{\"action_type\":1,\"action_time\":1686811643}", "log_id": "202306151447300000000000005369C6D" }