How to Filter Out Empty Webhooks

Status: Open · Asked by Sven Bosau on · 0 views

sven-bo — Question ·

I have a workflow that starts with a Webhook trigger (Catch Webhook), followed by a Filter step to filter out empty or invalid webhook requests before they get processed further.
The problem I'm running into is that when I try to configure the Filter step, the "Choose Label" dropdown shows "No fields available in this step".

My question: Is there a recommended way to prevent empty webhooks from being processed in the workflow? Specifically, how can I set up the filter when no fields are available to select?

Any guidance or workarounds would be greatly appreciated. Thanks in advance!

Arshil Ahmad — Reply ·

Hi @sven-bo,

You need to capture a response in your trigger step first. Then, use the Exist filter condition to ensure that the next steps execute only when the data exists in the webhook response.

Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support

Back to all forum threads · Log in to reply