That codepen won’t work for POST requests - it is only capable of making GET requests, and only for the purpose of “listing” existing records, as it states under the heading:

If you click on the “HELP” button in the upper right-hand corner of the base you want to post to, one of the options is “API documentation”:

That documentation can show you how to make a command line URL POST request

But when you POST to a table, the data you post has to be formatted as json, so it’s a bit more complicated than just a simple URL string.
That codepen won’t work for POST requests - it is only capable of making GET requests, and only for the purpose of “listing” existing records, as it states under the heading:

If you click on the “HELP” button in the upper right-hand corner of the base you want to post to, one of the options is “API documentation”:

That documentation can show you how to make a command line URL POST request

But when you POST to a table, the data you post has to be formatted as json, so it’s a bit more complicated than just a simple URL string.
Hi @Jeremy_Oglesby, thank you for that.
I still can’t get it… I mean, I had a similar problem, manage to get the get
but not able to post
anything to my airtable.
I have an open item on the community that goes by the name of Post to Airtable not working, but GET is OK
, it would be great if you could help me out.
Thank you,
Tiago