Hello guys!
Im trying to create a record through the Airtable’s API but I can’t get it.
I am using Origami Studio and this is the message that airtable say:
{
“error” : {
“message” : “Could not find field “fields” in the request body”,
“type” : “INVALID_REQUEST_MISSING_FIELDS”
}
}
And this is my json
{
“fields” : {
“Name” : “Send”
}
}
So… why it is happening?
Thanks a lot!