JuliusJ

"INVALID_REQUEST_UNKNOWN"

Anyone knows what needs to be fixed for this error:

{
"error": {
"type": "INVALID_REQUEST_UNKNOWN",
"message": "Invalid request: parameter validation failed. Check your request data."
}
}

This is creating a new record in Airtable.
Solution
Solution: Add ? on every parameter's variable
Cause: mssing data in Trigger body request
Was this page helpful?