We would like to listen to events in our app and send data to our
backend wich in response will update the board data through monday api
So i saw the integrations feature, but i want a simple - when item created send request to api.
This intergration is always the same and should not be changed or defined by the user. is this possible?
If i use monday.listen(“events”) through the board view, will it listen to events if the board view is closed?
When we mutate data through monday api, will the user see live changes without the need to refresh?