I am trying to send a custom webhook post.
and testing it via postman i get the error 400 no credentials in base id.
now im using airtable and everytime data is updated or created in airtable ide like it to post this data to supabse my data base.
the post is as follows:
https://my-project.supabase.co/functions/v1/airtable-webhook/
Headers:
Content-Type: application/json
Authorization: Bearer supabse anon key
then the body is
{
"baseId": "appexample",
"tableId": "123example",
"recordId": "rec123456",
"action": "update"
}