Problem with Object Search in a Webhook Scenario with Notion

Hello everyone,

I am currently creating a scenario using a Webhook with Notion/Make, and I’ve encountered a problem that I can’t seem to solve. Here are the steps of my scenario:


Unfortunately, I’m stuck at Module 2, where the object search returns the following error:

[400] body failed validation. Fix one: body.filter.or[0].number.equals should be a number, instead was null. body.filter.or[0].number.does_not_equal should be defined, instead was undefined. body.filter.or[0].number.greater_than should be defined, instead was undefined. body.filter.or[0].number.less_than should be defined, instead was undefined. body.filter.or[0].number.greater_than_or_equal_to should be defined, instead was undefined. body.filter.or[0].number.less_than_or_equal_to should be defined, instead was undefined. body.filter.or[0].number.is_empty should be defined, instead was undefined. body.filter.or[0].number.is_not_empty should be defined, instead was undefined.

I’m not sure what could be causing this error, despite checking both the filter and Webhook configuration.

Do you have any suggestions or recommendations to help resolve this issue?

Thank you in advance for your help!

Best regards,

Hello Pastor,
In screenshot #3, the id is empty.
In module #2, the id is passed to the Search objects module.
That may be the cause of the error: the empty id from the webhook.

Thank you so much Simo.
Now is ok.

1 Like