I have a task that receives information (change of customer score after visiting a webpage, each visit increases his leadscore) from source though an api and then sends it to target application. This happens every time there is a change in the source (customer visists a page) and so I have hundreds of changes happening each hour. I don´t actually need this information in real time after each visit/event. I´d be ok with just a batch once a day, where it would process it all (batch the leadscore) and send the result to target. Is there a way to do this? The aim is to reduce the task consumption on Pabbly Connect.