I have a moralis dashboard & database with 2 tables which get the data from smart contract events.
I want to trigger a function in an external express server running in some domain (https://xyz.com) whenever new data is added to the Transfer
table (on beforeSave
event)
I used the webhook
tab in the dashboard and added all the data. But its not working.
How can I achieve something like that?
Do I need to use cloud function for this? Please help.