olivedrab: If you see a better way to optimize this, I would appreciate it! Either way, thanks again for your help and happy holidays! That look...
olivedrab: How do I get callin.io to automatically add an item for every photo in my Airtable field? Use an iterator on the upload array, and it...
This is a case study in using an API from scratch. Thanks everyone for participating. Also try Postman to learn about APIs.
Screenshots are not loading.
Yes, absolutely. Data stores are significantly faster because they function as a native object. Regarding the bundles returned, could you please pro...
zezutom: use Glide to quickly build the front-end that saves stuff to a sheet (in real-time) and then use callin.io to do something in the backgroun...
You might consider delegating processing to a separate scenario using a webhook, and then relaying the response back. This is akin to parallel process...
These are all questions primarily dependent on the Google API response. You will need to experiment. Benchmarking has not been conducted yet. Howe...
That's generally the approach you need to take when the HTTP module doesn't provide the necessary data, which is often the case if the API you're inte...
File.pdf is merely the label provided by the HTTP call response. Is there an alternative method to retrieve the filename via another call? It's unfort...
Hello! I'm guessing you're utilizing the HTTP module to retrieve the file from Airtable, as the native callin.io app lacks this functionality? It wo...
Giacomo_Lanzi: There is a way: using a vanilla HTTP module.But this brings me to a doubt: why callin.io doesn’t allow me to create a GET request wit...
GET requests typically do not include a body, whereas POST requests do. While GET requests are technically permitted to have a body, they are generall...
I've noticed in the callin.io app development console that the Authorization header is missing the Bearer string preceding the token. While it is pres...
So regardless of what you send in the GET request, you're encountering a 500 error within callin.io? And this only happens on this specific GET endpoi...