用戶標籤
本教學將說明如何透過 API 來操作 BotBonnie 平台的標籤,包含建立 / 刪除標籤和標籤資料夾,以及如何將標籤貼到用戶身上等。
Last updated
本教學將說明如何透過 API 來操作 BotBonnie 平台的標籤,包含建立 / 刪除標籤和標籤資料夾,以及如何將標籤貼到用戶身上等。
Last updated
在您的伺服器呼叫 BotBonnie 建立標籤的 API:
在您的伺服器呼叫 BotBonnie 取得標籤的 API:
在您的伺服器呼叫 BotBonnie 刪除標籤的 API,刪除標籤時,也會同時拔除所有用戶身上的該標籤紀錄。當刪除的標籤為資料夾,會將其資料夾下的標籤與子資料夾一併刪除。
在您的伺服器呼叫 BotBonnie 用戶標籤 API:
在您的伺服器呼叫 BotBonnie 用戶標籤 API:
在您的伺服器呼叫 BotBonnie 用戶標籤 API:
Name
Description
Content-Type
application/json
Authorization
Bearer {API Token}
Name
Type
Description
Required
botId
String
機器人 ID
o
name
String
標籤名稱
o
type
Number
標籤類型
0
:用戶標籤
1
:標籤資料夾
o
parentId
Number
標籤資料夾 ID
Name
Description
tagId
欲查詢的標籤或是標籤資料夾 ID
Name
Description
Content-Type
application/json
Authorization
Bearer {API Token}
Name
Description
tagId
欲刪除的標籤或是標籤資料夾 ID
Name
Description
Content-Type
application/json
Authorization
Bearer {API Token}
Name
Description
Content-Type
application/json
Authorization
Bearer {API Token}
Name
Type
Description
Required
bot_tag_id
String
標籤 ID
o
bot_uid
String
用戶 ID (加密)
與 bot_raw_uid 擇一
bot_raw_uid
String
用戶 ID (未加密)
與 bot_uid 擇一
bot_pid
String
粉絲頁 ID
o
bot_channel
Number
渠道代號
0
:Facebook
1
:LINE
o
Name
Description
Content-Type
application/json
Authorization
Bearer {API Token}
Name
Type
Description
Required
bot_tag_id
String
標籤 ID
o
bot_uid
String
用戶 ID (加密)
與 bot_raw_uid 擇一
bot_raw_uid
String
用戶 ID (未加密)
與 bot_uid 擇一
bot_pid
String
粉絲頁 ID
o
bot_channel
Number
渠道代號
0
:Facebook
1
:LINE
o
Name
Description
Content-Type
application/json
Authorization
Bearer {API Token}
Name
Type
Description
Required
bot_uid
String
用戶 ID (加密)
與 bot_raw_uid 擇一
bot_raw_uid
String
用戶 ID (未加密)
與 bot_uid 擇一
bot_pid
String
粉絲頁 ID
o
bot_channel
Number
渠道代號
0
:Facebook
1
:LINE
o