feat: Tiktok API version configurable via Super Admin (#13381)
Extracted hardcoded TikTok API version (`v1.3`) into a configurable `TIKTOK_API_VERSION` setting, consistent with how Instagram and WhatsApp handle API versions. Fixes https://linear.app/chatwoot/issue/CW-6408/tiktok-api-version-configurable-via-super-admin
This commit is contained in:
@@ -407,6 +407,11 @@
|
||||
# ------- End of Instagram Channel Related Config ------- #
|
||||
|
||||
# ------- TikTok Channel Related Config ------- #
|
||||
- name: TIKTOK_API_VERSION
|
||||
display_title: 'TikTok API Version'
|
||||
description: 'Configure this if you want to use a different TikTok API version. Make sure its prefixed with `v`'
|
||||
value: 'v1.3'
|
||||
locked: false
|
||||
- name: TIKTOK_APP_ID
|
||||
display_title: 'TikTok App ID'
|
||||
locked: false
|
||||
|
||||
Reference in New Issue
Block a user