I am a codeless (non-programmer) user. I’m adding Slack chat functionality. Slack requires I verify requests from Slack to my webhook by hashing a string using a secret key, then using the “hex digest of the hash.” Verifying requests from Slack | Slack Developer Docs
Does Backendless allow for this functionality? I tried to use a custom code block with some code gemini created for me and it gave me the error: “ServerCode registration is allowed only synchronously during module load phase”