Is it possible to check if a new TikTok video has been posted on a specific account? And if yes, then continue the workflow.
How can we do that? We use n8n for months now and are quite advanced users. But we can’t find a way to do that efficiently so I’m challenging the community here.
It’s possible with the Webhook node according to that reference TikTok for Developers
or with HTTP Requests node with that one reference (e.g. request for video uploads for the last 30 minutes, schedule workflow to run for every 30 minutes) TikTok for Developers
We need access to the account for that, am I right?
I’d like to do it with any account.
I found a way to scrape the last post of any account tho.
But I’m wondering how I can store the id / url of the latest post between executions of the workflow to check if a new has been posted.