Webhook to Google Contacts: Missing value of required parameter 'value'

Hello,

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.


Welcome to the Make community!

You can use the built-in function ifempty to default to a non-empty value

e.g.:

{{ ifempty(1.phone; "00000000") }}

For more information, see the function documentation in the Help Center.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


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!

Hello,

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.

L