CA
like-gold
Update Notion's Image Public URL Hourly
Hi,
I wonder Can I use Apify to update the image link in my blog (using Notion API)? Since every time a page is queried, a new public URL is generated for all files hosted by Notion. The public URL is updated hourly, the previous public URL was only valid for one hour.
Thank you really much!
2 Replies
xenial-black•2y ago
Hi @Yiyang, that should definitely be possible. You can just create a short script to achieve the functionality you need, dockerize it, and then setup hourly runs using the scheduler.
like-goldOP•2y ago
Thank you, Vojtech! I'm not that familiar with this, but I really appreciate your help! I'll try to find some tutorials or articles about this and learn how to achieve this.