Securing the HTTP Webhook

I attempted to search, sorry if this has been discussed already.

How does one secure the Endpoint (Webhook) that then triggers additional steps? I’d like to authenticate and then proceed to downstream steps based on access. If no access, send a 403 response.

Thanks in advance :slight_smile:

Hi @jdub , welcome. Take a look at these docs, which contains an example workflow, and let me know if that helps.

1 Like

Yes, this is what I needed, thank you!!!