Skip to content
alex.newpath
alex.newpath
@alex-newpath
Trusted Member
Joined: Aug 4, 2025
Topics: 2 / Replies: 51
Reply
RE: How to automatically add items for each attachment in an Airtable field?

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...

3 years ago
Forum
Reply
RE: How to automatically add items for each attachment in an Airtable field?

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...

3 years ago
Forum
Reply
RE: How to make a custom API call for REST?

This is a case study in using an API from scratch. Thanks everyone for participating. Also try Postman to learn about APIs.

3 years ago
Forum
Reply
RE: Tips for faster scenario execution

Screenshots are not loading.

3 years ago
Forum
Reply
RE: Tips for faster scenario execution

Yes, absolutely. Data stores are significantly faster because they function as a native object. Regarding the bundles returned, could you please pro...

3 years ago
Forum
Reply
RE: Tips for faster scenario execution

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...

3 years ago
Forum
Reply
RE: Tips for faster scenario execution

You might consider delegating processing to a separate scenario using a webhook, and then relaying the response back. This is akin to parallel process...

3 years ago
Forum
Reply
RE: Tips for faster scenario execution

These are all questions primarily dependent on the Google API response. You will need to experiment. Benchmarking has not been conducted yet. Howe...

3 years ago
Forum
Reply
RE: Uploading a file to Dropbox - it works, but I'm unsure if I've done it correctly.

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...

3 years ago
Forum
Reply
RE: Uploading a file to Dropbox - it works, but I'm unsure if I've done it correctly.

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...

3 years ago
Forum
Reply
RE: Uploading a file to Dropbox - it works, but I'm unsure if I've done it correctly.

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...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

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...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

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...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

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...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

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...

3 years ago
Forum
Page 3 / 4