What are you trying to achieve?
Need help urgently! I'm offering a 10€ reward to the first person who can resolve this error. I'm encountering a 400 error in my webhook scenario and can't pinpoint the cause. My initial scenario collects data from a lead spreadsheet and forwards it to the webhook scenario (which appears to be functioning correctly), but then I receive the 400 Bad Request error.
Steps taken so far
Resolved error 422, modified the spreadsheet, and tested both automatic and manual execution modes.
Screenshots: scenario setup, module configuration, errors
Hello,
Error Message:
<<<BLOCKQUOTE:
No valid leads found
>>>
- At first glance, the issue seems to be how you are passing data to call that internal other scenario webhook. Please confirm that your webhook is receiving the exact payload (data) you are sending to it.
- Another observation is that you have used the GPT module and one of the values (icebreaker) derived from it. Here, please confirm that the GPT prompt consistently returns the same type (format) of data. First, try changing the format, then parse it as you have done.
callin.io is sensitive about data types changing during an AI call, and if you are using it directly, it might also be causing errors.
If Point 1 is satisfactory, then the problem lies with the parameters you are passing. It's possible that some data types are not accepted.
I have reviewed the Instantly API Documentation for this specific “Add Lead” action.
They stated that 3 required parameters are needed to perform this API call:
api_key
: This is always present.campaign_id
: This is always present.email
: At least one lead with an email within your leads Array.
The error message itself indicates an issue related to validation or missing data.
Please confirm that you consistently have an email address within that webhook payload (data).
P.S.: Always search first. Check the callin.io Academy. If this was helpful, please mark it as a solution
and
Need expert assistance or have questions? Contact us or comment below!
Thanks, that worked! Send me your PayPal details.