Skip to main content
Question

Help with webhook error 400 post

  • April 3, 2025
  • 3 replies
  • 29 views

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"

  }

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34032 replies
  • April 3, 2025

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