Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Field: Button | HTTP Request (GET/POST)

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
TroyTessalone
8 - Airtable Astronomer
8 - Airtable Astronomer

The ability to fire a HTTP Request (GET/POST) via a Button field.
True, a Run Script can be triggered from a button, but there are limits on the number of app per Base.

4 Comments
ScottWorld
18 - Pluto
18 - Pluto

Nice idea! In the meantime, these wonโ€™t solve your actual request, but these are some โ€œsomewhat similarโ€ ways of doing this:

  1. You could setup an HTTP request using Make.comโ€™s HTTP module, and trigger the scenario via a Make.com webhook. Then, create a button field in Airtable that opens the URL of the webhook. One downside of this approach is that it will open up the response in a new browser tab.

  2. The DataFetcher app will fire an HTTP request upon pressing a button โ€” but that button exists within the app in the Apps side panel (not from a button field).

kuovonne
18 - Pluto
18 - Pluto

The limits on the number of apps per base does not apply to Scripting App. All bases (even free ones) can have unlimited instances of Scripting App.

Per this support article:

Do the scripting app and custom block SDK count towards per base app limits?

No. Users will still be able to add the scripting app and use custom block SDK without having it count towards their planโ€™s app limit.

Andy_Cloke
8 - Airtable Astronomer
8 - Airtable Astronomer

Hey @TroyTessalone, just to add to @ScottWorldโ€™s answer

The DataFetcher app will fire an HTTP request upon pressing a button โ€” but that button exists within the app in the Apps side panel (not from a button field).

Data Fetcher actually lets you run a request from an Airtable button field. You can use data from the record with the button field you clicked in the request URL, body etc.

Check out this quick tutorial. Any questions: support@datafetcher.com

ScottWorld
18 - Pluto
18 - Pluto

Whaaaat?! This is amazing! I didnโ€™t know this!

Wow, thanks for pointing this out, @Andy_Cloke! :grinning_face_with_big_eyes: :raised_hands:

So @TroyTessalone, this seems like DataFetcher would be the perfect solution for you!