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:
- Endpoint Implementation: How to correctly set up the URL endpoint to listen for and receive these incoming blockchain events.
- 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.
@vishsahu @alitanwir dont forget this issue , i have been waiting for your response for a while and if you are in office today please help . I would like to have a server url that listens to subscriptions /notifications of events happening on blockchain in real time …so that users get notified when anything happens with their address or other related activities in real time .so i want to know how to get this listening endpoint to provide to the api calls from the third part so that it brings notifications to the drapcode in real time
Hi @Nigel - We are making some architectural changes to the backend that have impacted the webhooks feature, making it unstable. So, I’d recommend you try setting up your workflow using the External API or AWS Lambda with the DrapCode SDK (to manage the Collection’s item data in DrapCode) and a third-party webhook service.