I made a scenario where my CRM sends out a webhook when a new contact is created, which is then sent to Google Contacts. No matter how many times I do this, I always get the error “Missing value of required parameter ‘value’.” - I searched here for the same issue and the responses to those queries don’t help at all.
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
I noticed in this webhook I’m testing, the Email address is empty, and only has a Name and Phone Number. However, when I use the function ifempty, I still get an error.
What’s the exact error? In the Notes section there is a syntax error. You han “if(empty” instead of “ifempty(”. If that’s not the error, please share the complete error message.