I have a custom webhook which allows user to enter multiple inputs.
Eg:
NAME
ID
NODE
I want to validate the entered input against a lookup.
Eg: If the entered NODE is not present in the lookup do not proceed.
How can I achieve this ?