The webhook trigger should be able to verify requests

Hi,

When receiving a webhook, it’d be nice to have the option to verify a request comes from the intended source, provided the source hands out a secret. Usually, this is done using HMAC.

Cheers, and thanks for the nice tool!

@madchap welcome the community.

You might be able to do this by using the crypto node or the function after the Webhook node.

Thanks @RicardoE105 and thanks for the suggestion :slight_smile: