Is it possible to store data temporary to use it in between workers?

The issue is I have created an API for zapier which requires an id to be shared between workers to fetch the required and using zapier it is not possible to share data at the moment. So I wanted to now if there is way to store data temporarily and fetch it on demand?
2 Replies
BH-MN0283839247
BH-MN02838392473mo ago
I have stored temp data in KV Store but I am newer to doing KV Store so I will let others more experienced answer.
AngusMa
AngusMa3mo ago
I also think KV is a good solution, you can set a expiration for a key to make it temporary. https://developers.cloudflare.com/kv/api/write-key-value-pairs/#expiring-keys
Cloudflare Docs
Write key-value pairs · Cloudflare Workers KV
To create a new key-value pair, or to update the value for a particular key, call the put() method on any KV namespace you have bound to your Worker …
Want results from more Discord servers?
Add your server