Actions7
- Photo Post Actions
- Post Status Actions
- Search Actions
- User Profile Actions
- Video Post Actions
Overview
This node interacts with the TikTok API to retrieve the status of a post upload. Specifically, it allows users to get the status of a post by providing a unique Publish ID, which is an identifier returned when initiating the post upload. This is useful for tracking the progress or result of a post upload operation on TikTok.
Use Case Examples
- A user uploads a video to TikTok and receives a Publish ID. They use this node to check if the video has been successfully published or if there were any errors during the upload process.
- A marketing automation workflow that posts videos to TikTok and then periodically checks the status of each post to update a dashboard or trigger follow-up actions.
Properties
| Name | Meaning |
|---|---|
| Publish ID | Identifier returned when initiating the post upload, used to query the status of the post upload |
Output
JSON
status- The current status of the post upload (e.g., processing, published, failed)publishId- The unique identifier of the post upload used to retrieve its statusdetails- Additional information or metadata about the post status, such as error messages or timestamps
Dependencies
- TikTok API access with appropriate authentication credentials
Troubleshooting
- Ensure the Publish ID provided is correct and corresponds to an existing post upload; an invalid or expired Publish ID will result in errors.
- Check that the TikTok API credentials are valid and have the necessary permissions to query post statuses.
- Network issues or API rate limits may cause failures; verify connectivity and API usage limits.
- Error messages related to authentication failures indicate issues with the API key or token; re-authenticate or update credentials as needed.
Links
- TikTok API Documentation - Post Upload Status - Official documentation for retrieving the status of a post upload via the TikTok API.