Setting up webhooks in drapcode

hie @vishsahu @alitanwir am trying to connect webhooks in drapcode but am not sure how to get the webhook url , may you please assist

Hi @Nigel,

Webhooks are getting updated as they have some issues and not widely used. If you can tell us your use case then we can guide you how it can be implemented.

Thanks.

Thank you very much. I am currently building a subscription system for real-time blockchain event notifications (e.g., balance changes, transfers on specific addresses).

I am setting this up via API calls. The JSON body of these calls requires a webhook URL where the alerts will be sent. While I have configured the initial settings, I am currently stuck on two specific implementation steps within DrapCode:

  1. Endpoint Implementation: How to correctly set up the URL endpoint to listen for and receive these incoming blockchain events.
  2. Security: How to implement HMAC security to validate and whitelist these events, ensuring the data is authentic and coming from the correct source.

Essentially, I need to create a secure, listening URL endpoint that can process these real-time blockchain notifications within the DrapCode environment.