Hello!
I have a program that can make API calls via HTTP Request but you can only input URL’s.
Is it possible with the Airtable API to create records using just a URL with query parameters?
Everything I’m finding says to use curl but that’s not possible with the software I’m using.
If not is there a service that my software can send a URL with query parameters to and then it takes it and executes the proper curl to Airtable? Maybe Postman?
Thank you.