TikTok nodes
Tools for publishing posts to TikTok. These nodes are also served as MCP tools on the tiktok MCP server. Back to the full node reference.
TikTok Publish Post
tiktok_publish_post · natural-language configurable · 3 credits on Cloud
Publish a video post to a TikTok account.
Credential: TikTok (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
caption | string | Caption text to attach to the TikTok post. | |
videoUrl | string | ✓ | URL of the video to publish to TikTok. |
Output
Returns a list of records — reference fields downstream as $<node>.publishId.
| Field | Type | Description |
|---|---|---|
publishId | string | Identifier of the TikTok publish operation. |
status | boolean | Whether the TikTok post was published successfully. |