How to send to webhook on conditional?

Hello,

Brand new user here, and I must say I regret that I didn’t discover this service earlier. This is definitely going to replace all my old forms.

So I am setting a webhook, so that the datas entered by the user will be sent to a third part.

Yet, I want the datas to be sent via webhook only if the user answers “yes” to the question “do you want to be contacted ?”.

Now I found out how to send datas via webhook, and that is pretty easy, but how to send datas only if a condition if fullfilled ?

Can anyone let me know how to do this ?

Thanks :slight_smile:

1 Like

Glad you liked our service :slight_smile:

Sorry to say that sending webhooks based on a condition is not directly possible on our platform.

However, it is pretty easy to filter out data based on answers if you are writing the webhook code yourself. A simple if condition in your code can do the job.

Also, if you are using Zapier to connect third-party apps, you can simply add filters to the zap flow and achieve the same.

Let me know your thoughts.

Cheers,
Shyjal

1 Like

Thanks @shyjal,

I am a DIY so no personal coding, but I will see what I can do with Zapier .

2 Likes