Hello, I am using zoho API to keep record for timesheet add, update & stop of timesheet into my database. To trigger that event I am using Webhook. But since there are only option for created, editated & delete it does not notify me when someone STOP their timesheet. How can I get that records? Can I use Custom Functions for this? If yes, can you guide me how to do it? And also can not I get idea of which event is performed(like timesheet created or timesheet updated), because I can not see it into JSON which I received on my url.