TikTok for Developers · Arazzo Workflow
TikTok Upload a Draft to the Creator Inbox
Version 1.0.0
Confirm creator settings, send a video to the user's TikTok inbox as a draft, then poll until it lands.
Provider
Workflows
inbox-draft-upload
Upload a video as an inbox draft and poll until it reaches the inbox.
Reads the creator's posting settings, initiates a PULL_FROM_URL inbox upload, and polls the publish status until it reaches SENDING_TO_USER_INBOX or PUBLISH_COMPLETE.
1
getCreatorInfo
queryCreatorInfo
Query the creator's content posting settings before sending a draft to their inbox.
2
initInboxUpload
initInboxVideoUpload
Initiate an inbox upload that pulls the video from the supplied URL so the user can review and publish it from the TikTok app.
3
pollStatus
getPublishStatus
Poll the publish status until the draft has been delivered to the user's inbox, the job completes, or it fails.