Help

Example Zapier Post to API

Topic Labels: API
1598 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Kyle_Matta
4 - Data Explorer
4 - Data Explorer

Can someone provide me with an example to insert a record into a table with the Airtable api from zapier code?

I have seen codes that show using GET command with and can get that to work in postman no problem. I have yet been able to do a post command with postman successfully. I will get a 200 response but the record never actually inserts into the table. Does anyone have any insight where I can find more information on this?

Thanks in advance.

1 Reply 1
Andrew_Johnson1
8 - Airtable Astronomer
8 - Airtable Astronomer

Try using plain old “curl”.
The Airtable API Documentation has example “curl” calls tailored to your particular base which you could go ahead and simply copy, paste and execute on your command prompt or terminal.