What is the configuration of webhooks, how does one validate the signature of webhook?
Currently, it's not possible to configure multiple webhooks from the current page. However, for customers who require this functionality, we can explore setting up a separate organization in the backend. Many customers update their webhook URL as they progress through different environments.
Our webhooks don't include any signing secrets. Although we can provide the IP addresses from which webhooks will originate, the process involves calling our service and passing a JWT to retrieve the relevant data.