Can I store data with one https reqest and later retrive what I stored using https?

This topic was automatically generated from Slack. You can find the original thread here.

Fredrik Norling : I’m wondering if this scenario is possible with pipedream. Can I store data with one https reqest and later retrive what I stored using https?

Dylan Sather (Pipedream) : you can! There are a few ways to do this on Pipedream. I’d recommend taking a look at this post from our community. That outlines how to use an HTTP event source to receive HTTP requests. These HTTP requests are then automatically exposed via API, so you can use that API to retrieve the event data after you’ve sent a request.

Let me know if that works for you, or if you’re looking for something different