Set request method
Last updated
Last updated
Setting the HTTP request method changes what a request does. For example, GET
requests import data into Airtable from an API, and POST
requests send data from Airtable to the API.
Check your API's documentation to understand what method you need. You can also learn more about request methods here.
On the create request screen, use the Method dropdown to select the method you want.