Need help immediately! I will pay 10€ to anyone who can fix this error first. I’m getting a 400 error on my webhook scenario and can’t figure out why. My first scenario captures information from a lead spreadsheet and sends it to the webhook scenario (which is working fine), but then I receive the 400 Bad Request error.
Steps taken so far
fixed error 422 , changed the spreadsheet, leave it on auto or manuell etc.
At first glance, the problem is about how you’re passing data to call that internal other scenario webhook. Just confirm that you get your webhook received the exact payload(data) you passed to it.
Another thing I’ve noticed is you’ve used the GPT module and one of the values (icebreaker) used from it. Here confirm that the GPT prompt always returns the same type(format) of data. First, change the format then parse it as you did.
“Make” is sensitive about the data type being changed during an AI call and if you’re using it directly then maybe it also creates errors.
If Point 1 is ok then the issue is regarding to parameters you passed. Maybe don’t accept some type of data.
They said that it need 3 required parameters to perform this api call.
api_key: It’s always there.
campaign_id: It’s always there.
email: At least one lead with an email within your leads Array.
The error message itself says it’s an issue related to validation or missing some data.
Please confirm that you always have email within that webhook payload(data).
P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution and Need expert help or have questions? Contact or comment below!