I have created an HTTP API webhook to send to Zapier. However some of the fields will be empty. When I go to send it doesn't run saying "some inputs missing." Is there an easy way to ignore empty fields? (I'm not very technical) Thanks.
Yes! There's an easy solution for this. In your HTTP API enrichment settings, look for the option called "Remove null & undefined values" and toggle it on. This setting will automatically remove any fields that are empty, null, or undefined from your request, preventing the "some inputs missing" error when sending to Zapier. You'll find this toggle in Step 5 of your HTTP API configuration - it's specifically designed to help prevent sending blank values that could cause errors.
Actually, you'll want to turn the toggle ON, not off. The "Remove null & undefined values" toggle should be enabled to automatically remove empty fields from your request, which will prevent the "some inputs missing" error when sending to Zapier. This toggle is specifically designed to help prevent sending blank values that could cause errors.
I only have 'Remove empty values' and that is checked https://app.clay.com/workspaces/467449/workbooks/wb_0t0t3x8VdEV5wF88rHt/tables/t_0t0t3xlc8jPP2GDXqk6/views/gv_0t0t3xlGoEJeh72WC6N
great that works. When toggled off does that mean ignore if empty? Is this same for using AI requests as I'm always getting empty values errors?
thanks
When toggle is on it means this specific value is required from the input and can not be empty. When its off it means this value is optional, if there is a value it will use it otherwise it will ignore it (if its empty)
Ross Riddleston yes same for AI requests, were you able to figure out the notes thing in HS?
WOW. I never knew that - you have made my life SO much easier. Ha.
🎯
Thankyou. No I didn't work it out - I've used a webhook to zapier and used that to update the notes. Couldn't see an easy no code way to use that API. every example i saw looksed pretty complex.
Ok, i am adding it here incase you still want to use it
That would be great! thanks for your help
will do