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:
Muhsin Keloth
2026-01-28 19:46:48 +04:00
committed by GitHub
parent 3b612e2b20
commit 6cd1b37981
4 changed files with 23 additions and 10 deletions

View File

@@ -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