@cyflex
Hello! It's great to hear that you're working on integrating a webhook function. Let's address your concerns:
1. If the fields become empty after creation when using the "Custom Tool," it might be a glitch or an issue with the tool's interface. Please ensure that you are saving the configuration correctly after entering the Server URL and Secret Token. If the problem persists, it could be helpful to clear your browser cache or try a different browser to see if the issue is resolved. If none of these steps work, please ask support for more info on this.
2. When you choose Make as part of the tool integration and need to validate the secret token, the validation process typically involves comparing the received token with the one you've configured. This is usually done programmatically within your webhook handler. When Make sends data to your webhook, it will include the secret token, and your server should have logic to check if the received token matches the expected one. If they match, you proceed with handling the webhook data; if not, you reject the request.
If you need further assistance with the validation process or have any more questions, feel free to ask!