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:
-
Module 1: I successfully validated the Webhook link.
-
Module 2: I am using the “Search Objects” function to find the relevant row in my Notion database.
- Filter: I filter based on the email type, in this case, “Email1”.
- Filter: I filter based on the email type, in this case, “Email1”.
-
Module 3: I send an email with the information from the corresponding row.
-
Module 4: I update the email type to “Other”.
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,