Social & video
TikTok
Read videos, comments, and analytics.
TikTok short-form video platform + creation tools + social sharing
Triggers0
Things that can wake up your TikTok coworker.
No triggers published for TikTok yet — but you can still run it on a schedule or from a chat.
Actions4
Things your coworker can do in TikTok.
- Post photo
Create a photo post (1-35 images) on TikTok via Content Posting API. Supports two modes: - MEDIA_UPLOAD: Uploads photos to user's inbox for review/editing before posting - DIRECT_POST: Immediately posts photos to user's TikTok account IMPORTANT: Photo URLs must be from your TikTok-verified domain. Unverified domains will return 403 Forbidden. Unaudited apps can only post with privacy='SELF_ONLY'. Rate limit: 6 requests per minute per user access token. Reference: https://developers.tiktok.com/doc/content-posting-api-reference-photo-post
TIKTOK_POST_PHOTO - Publish video
Publishes a video to TikTok by pulling it from a public URL. TikTok downloads the video from the provided URL and publishes it directly to the creator's profile. Publishing is asynchronous — after calling this action, poll TIKTOK_FETCH_PUBLISH_STATUS with the returned publish_id to check completion. For uploading video files instead of URLs, use TIKTOK_UPLOAD_VIDEO.
TIKTOK_PUBLISH_VIDEO - Upload video
Uploads a video to TikTok via the Content Posting API (init + single-part upload). This action initializes an upload session to obtain a presigned upload URL, then uploads the entire file with a single PUT request. Use a subsequent action to publish the post. Ensure the video file is fully generated and available before calling this action.
TIKTOK_UPLOAD_VIDEO - Upload videos (batch)
Uploads multiple videos to TikTok concurrently (init + single-part upload per file).
TIKTOK_UPLOAD_VIDEOS