+ New Collection
and select Airtable Wizard
.Start from scratch
. You can also import your API definition (Open API, Postman or Swagger) to set up API requests.POST
.Scores
table of the Airtable base.H "Authorization: Bearer YOUR_API_KEY".
H "Content-Type: application/json"
. Therefore, under Body
, select JSON
to indicate which data will be sent in the POST request.${input}
. In our case, we'll define the variables ${name}
and ${score}
, but you can use whatever variable name you wish. Permitted characters: lowercase a-z, uppercase A-Z, 0 to 9, underscore (_) and dash (-). No spacing."${input}".
For number input, do not include the quotations, like ${input}