Home / Guides / Fix Expired OAuth Tokens

Why TikTok Asks the User to Publish Manually

Why a successful Postifys TikTok upload still requires the creator to finish publishing inside TikTok.

Reviewed: 2026-08-10

Answer: Manual completion means the request used optional Draft Upload (postMode: "inbox"). Choose approved Direct Post (postMode: "direct") with the required review fields for automatic publishing.

Inbox vs Direct Post

What this means in a real publishing workflow

A successful upload to the TikTok creator inbox is not the same as Direct Post. TikTok may require the creator to choose audio, cover, audience, interaction settings, and final consent inside the app.

Recommended implementation

  1. Treat the API result as delivered to the creator inbox.
  2. Notify the creator that a draft is ready.
  3. Complete the final TikTok review and publish step.
  4. Use Direct Post language only when the app and account are approved for that flow.

How to verify the fix

Postifys reports the supported operation honestly so automations do not confuse transfer success with public publication.

Operational check: Test with one item, confirm the final destination and Postifys history state, and only then enable the recurring workflow. Keep the returned Postifys ID beside the source row so every result remains traceable.

Related Postifys resources

API documentation · Error reference · n8n automation guide · Safe retry guide · Compatibility matrix

Technical reviewer: Postifys engineering (docs sourced from live API behavior). Contact support@postifys.com.

Continue learning

What operators should tell creators

Creator-inbox delivery is not the same as a finished public post. Notify the creator that TikTok still requires in-app review, caption edits, or manual publish confirmation before the content appears on the profile.