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...
Have you attempted sending a static body from your application to observe the outcome?
Is there a block on the callin.io IP address perhaps? Also, what is the authentication model being used?
Giacomo_Lanzi: Is this the correct base URL and path?
There seems to be an issue with how it's being generated. Could you share some of your code or screenshots?
Ah yes, if you have a UI element, that could potentially be an issue.
Even with parallel webhook processing? I'm curious about what you mean by a “huge performance hit.” When does it become significant if calling a webho...
Ben_Norris: The answer seems to me to trigger a webhook from the scheduled scenario, but I thought there must be a cleaner way. Has anyone faced tha...
I am honored to be part of the callin.io community. I am the director of NewPath Consulting, a small consulting company in Toronto, Ontario, Canada ...