Skip to content

feat(tiktok): unhide integration - #5978

Merged
BillLeoutsakosvl346 merged 2 commits into
stagingfrom
feat/tiktok-unhide
Jul 27, 2026
Merged

feat(tiktok): unhide integration#5978
BillLeoutsakosvl346 merged 2 commits into
stagingfrom
feat/tiktok-unhide

Conversation

@BillLeoutsakosvl346

Copy link
Copy Markdown
Contributor

Summary

  • unhide the approved TikTok integration in the workflow toolbar
  • publish the generated TikTok actions and webhook-trigger documentation
  • add TikTok to the integration catalog and icon mappings
  • add a regression test that keeps the toolbar visibility enabled

Validation

  • 16 TikTok-related test files: 153 tests passed
  • TikTok block regression: 5 tests passed
  • docs MDX generation/compilation passed
  • Biome and git diff --check passed
  • docs-wide type-check remains blocked by pre-existing AI SDK/Zod errors in apps/docs/app/api/chat/route.ts; no TikTok errors were reported

@vercel

vercelBot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
docsReadyReadyPreview, CommentJul 27, 2026 6:35pm

Request Review

Comment threadapps/sim/blocks/blocks/tiktok.test.ts Outdated
@greptile-apps

greptile-appsBot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Publishes the existing TikTok integration across the workflow toolbar and documentation surfaces.

  • Enables TikTok block discovery in the workflow toolbar.
  • Adds TikTok to the integration catalog and both application icon mappings.
  • Publishes generated action and webhook-trigger documentation.
  • Allows the documentation generator to include TikTok trigger content.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

FilenameOverview
apps/sim/blocks/blocks/tiktok.tsMakes the existing TikTok block discoverable in the workflow toolbar.
apps/sim/lib/integrations/integrations.jsonAdds TikTok metadata, five actions, and six triggers to the integration catalog.
apps/docs/content/docs/en/integrations/tiktok.mdxPublishes generated documentation for TikTok actions and webhook triggers.
scripts/generate-docs.tsRemoves TikTok from the trigger-documentation exclusion set now that its integration page is published.
apps/docs/components/ui/icon-mapping.tsRegisters the TikTok icon for documentation integration cards.
apps/sim/lib/integrations/icon-mapping.tsRegisters the TikTok icon for application integration surfaces.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart LR
Block[TikTok block configuration] --> Toolbar[Workflow toolbar]
Block --> Catalog[Integration catalog]
Catalog --> Docs[Published TikTok documentation]
Triggers[TikTok trigger definitions] --> Generator[Documentation generator]
Generator --> Docs
Loading

Reviews (2): Last reviewed commit: "test: remove TikTok visibility assertion" | Re-trigger Greptile

@icecrasher321icecrasher321 changed the title feat: unhide TikTok integrationfeat(tiktok): unhide integrationJul 27, 2026
@BillLeoutsakosvl346

Copy link
Copy Markdown
ContributorAuthor

@greptile

@BillLeoutsakosvl346

Copy link
Copy Markdown
ContributorAuthor

@cursor review

@cursor

cursorBot commented Jul 27, 2026

Copy link
Copy Markdown

Bugbot is paused — on-demand spend limit reached

Bugbot uses usage-based billing for this team and has hit its on-demand spend limit.

A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue.

@BillLeoutsakosvl346
BillLeoutsakosvl346 merged commit bd61603 into stagingJul 27, 2026
19 checks passed
@waleedlatif1
waleedlatif1 deleted the feat/tiktok-unhide branch July 27, 2026 22:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@BillLeoutsakosvl346@icecrasher321