Skip to main content
Question

Help with webhook error 400 post


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"

  }

Did this topic help you find an answer to your question?

3 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi ​@Ariman4114 

For us to have true context, post these screenshots:

  • how the API request is configured in the Zap step
  • the encountered error

  • Author
  • New
  • 2 replies
  • April 3, 2025

I think the issue is the table structure in supabse and my edge function. 

 

Bit I realy don't know 


  • Author
  • New
  • 2 replies
  • April 3, 2025

I'm willing to pay some one who can sit with me for say 30 minutes via zoom to show me 


Reply