It’s not clear how to authenticate the webhook, what type should be used. I’m frustrated that I can authenticate with Postman in 3 different ways, yet not with Glide.
Is it API key authentication or Bearer token or Basic? Or what?
The password is sent in the headers of the webhook. You would authenticate on the other end. For example, you could set up Make to only do something if the password that’s sent with the webhook matches what Make is set up to look for. That way, people could attempt to call your webhook, but would only be successful if they know the password.
An additional note, is not a good idea to share that password in a public forum.
Yeah, this is an unfortunate regression - I’m having difficulty understanding why authentication would be removed from webhooks. It would be very useful to have again.