Disable API key for webhooks

How can I create webhook in workflows that do not have any API key auth? Basically I don't have control over the sender and I can't ask them to send me an auth key in the header. What is the workaround here?

Hey @archit, and welcome to the forum!

I'm not sure it is possible. Here's a useful post related to this:

1 Like

Hey @archit - the only alternative to authentication via an API key is to make the webhook endpoint completely public.

If you're okay with the ramifications of that, then your senders won't have to worry about authentication.

Can you confirm that the above solution is applicable in your particular use case, @archit? If not, I'm happy to answer any additional questions you might have!