I’ve set up a zap -- “Create module entry in Zoho CRM when catch raw hook in Webhooks by Zapier” where I’m connecting “Webhooks by Zapier” to the Zoho CRM. Within minutes I was able to create a zapier URL that accepts a POST request which will add a new module in Zoho. This is fantastic!
It’s also terrifying because anyone with the webhook URL can send requests to it, which could lead to unauthorized access or abuse. Surely there’s a basic auth or token system available to mitigate this threat, but I can’t seem to find it anywhere in the UI.
I’m brand new to zapier -- what am I missing?