Hello
I’ve been building my first monday.com app for the last couple of days,
and I struggled on how do I access ‘monday.storage’ through a webhook.
I’ve done some research and found a discussion here where Dipro explained that the storage api is accessible through the client side only, and actually the only ‘monday’ method accessible through server side is ‘monday.api’.
My knowledge and experience in js and react is very low, so I’d be very glad if anyone could provide a snippet.
Thanks in advance.