API connection

I'm trying to connect an API with appsheet.  I want to get the information from the API and edit a table in appsheet using that 

Solved Solved
0 4 345
1 ACCEPTED SOLUTION

>>"I can't figure out how to create a GET call to their API from inside appsheet."

Because that's not possible, you can only send "fire and forget" webhooks, you can't get any return value.

https://help.appsheet.com/en/articles/962006-introduction-to-webhooks

 

View solution in original post

4 REPLIES 4

Hello @Fred_Worrell, you might want to take a look at these info pages:

https://help.appsheet.com/en/collections/378364-integrations#api

If you have any questions about it you're gonna have to be more a bit more specific hehe

Yeah, that question was vague in scope.  I'm trying to pull information from a 3rd party database into appsheet using their Restful API.  I can't figure out how to create a GET call to their API from inside appsheet.

>>"I can't figure out how to create a GET call to their API from inside appsheet."

Because that's not possible, you can only send "fire and forget" webhooks, you can't get any return value.

https://help.appsheet.com/en/articles/962006-introduction-to-webhooks

 

I hate to accept that as the solution, but I understand there are limitations.  Thank you.

Top Labels in this Space