Invoking REST API of outside WebApp using GET

Hi there,
Anybody knows whether AppSheet can invoke REST API of another WebApp using GET? I need to use HTTP verb - GET. There is no other way in this particular case. Then I need to put retrieved data into one of my tables. I found the way using GAS of course, but would be great to do it inside AppSheet.
Thanks for any ideas in advance,
Cheers

No, there’s no GET in Appsheet.

Appsheet cannot do anything with any returned result from a webhook, it is outbound only, “fire and forget”.

4 Likes

I thought so, but hoped someone found the way Thanks @Marc_Dillon
If there is anyone, come please. I leave topic as open without solution for few days…

1 Like

It is a pity, I wonder what is the reason. Security I guess?

But!
If you use googlesheet as your data-source, then you can use gscripts to automate any GET requests

mateo:

I found the way using GAS of course, but would be great to do it inside AppSheet.

Yep, I know about that. That is how it is gonna be done I guess